From 70ac38025cdd58bbf795b3a0bc47814dc4fd937d Mon Sep 17 00:00:00 2001 From: Sally O'Malley Date: Mon, 3 Aug 2015 12:51:10 -0400 Subject: [PATCH] Typo fix: man/docker-tag.1.md Signed-off-by: Sally O'Malley --- man/docker-tag.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/docker-tag.1.md b/man/docker-tag.1.md index 5bdc9d9b68..1a4a4a145d 100644 --- a/man/docker-tag.1.md +++ b/man/docker-tag.1.md @@ -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