mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
I was confused earlier when I did: ``` docker push localhost.localdomain:1234/foo ``` Because docker told me: ``` No such id: localhost.localdomain:1234/foo ``` I actually had buried in my mind the solution to this, but the error message confused me because I had recently had some fun trying to get the registry working and therefore thought it was telling me that I didn't have an account on the registry. This pull request makes it unambiguous that the error is that the specified image is unknown. /cc @cpuguy83 Docker-DCO-1.1-Signed-off-by: Peter Waller <p@pwaller.net> (github: pwaller) Upstream-commit: 3a08bbc4d29835fe5b8f3d2c5bde442f6a7014a0 Component: engine
11 KiB
11 KiB