Merge pull request #1418 from jake-lambert-volusion/docker-image-tag-docs

Clarify in docs that docker tag doesn't publish
This commit is contained in:
Harald Albers 2018-10-05 12:58:15 +02:00 committed by GitHub
commit d3dc864698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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