Explorar o código

Merge pull request #15257 from sallyom/manTypo

Typo fix: man/docker-tag.1.md
Brian Goff %!s(int64=10) %!d(string=hai) anos
pai
achega
b9aaf8c758
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      man/docker-tag.1.md

+ 1 - 1
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