소스 검색

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

Signed-off-by: Sally O'Malley <somalley@redhat.com>
Sally O'Malley 10 년 전
부모
커밋
70ac38025c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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