1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

#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

View file

@ -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>