Browse Source

#11465 Add additional doc for locagi registries on pull command - for docker-pull.1.md

Signed-off-by: John Willis <john.willis@docker.com>
John Willis 10 years ago
parent
commit
2c07fd9fdf
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/man/docker-pull.1.md

+ 2 - 1
docs/man/docker-pull.1.md

@@ -8,7 +8,7 @@ docker-pull - Pull an image or a repository from the registry
 **docker pull**
 **docker pull**
 [**-a**|**--all-tags**[=*false*]]
 [**-a**|**--all-tags**[=*false*]]
 [**--help**] 
 [**--help**] 
-NAME[:TAG]
+NAME[:TAG] | [REGISTRY_HOST[:REGISTRY_PORT]/]NAME[:TAG]
 
 
 # DESCRIPTION
 # DESCRIPTION
 
 
@@ -67,3 +67,4 @@ April 2014, Originally compiled by William Henry (whenry at redhat dot com)
 based on docker.com source material and internal work.
 based on docker.com source material and internal work.
 June 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
 June 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
 August 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
 August 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
+April 2015, updated by John Willis <john.willis@docker.com>