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

Signed-off-by: John Willis <john.willis@docker.com>
This commit is contained in:
John Willis 2015-03-26 16:09:56 -04:00
parent 3d28fc7d1c
commit 2c07fd9fdf
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ docker-pull - Pull an image or a repository from the registry
**docker pull**
[**-a**|**--all-tags**[=*false*]]
[**--help**]
NAME[:TAG]
NAME[:TAG] | [REGISTRY_HOST[:REGISTRY_PORT]/]NAME[:TAG]
# 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.
June 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>