1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Typo fix: man/docker-tag.1.md

Signed-off-by: Sally O'Malley <somalley@redhat.com>
This commit is contained in:
Sally O'Malley 2015-08-03 12:51:10 -04:00
parent dce1488ae5
commit 70ac38025c

View file

@ -52,7 +52,7 @@ tagging it into the "fedora" repository with "version1.0":
## Tagging an image for a private repository
To push an image to an private registry and not the central Docker
To push an image to a private registry and not the central Docker
registry you must tag it with the registry hostname and port (if needed).
docker tag 0e5574283393 myregistryhost:5000/fedora/httpd:version1.0