add a little documentation for docker pull

Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au> (github: SvenDowideit)
This commit is contained in:
SvenDowideit
2014-09-03 18:32:41 +03:00
committed by unclejack
parent 9c08364a41
commit 82b0c3e59c
2 changed files with 10 additions and 3 deletions
+4 -1
View File
@@ -6,6 +6,7 @@ docker-pull - Pull an image or a repository from the registry
# SYNOPSIS
**docker pull**
[**-a**|**--all-tags**[=*false*]]
NAME[:TAG]
# DESCRIPTION
@@ -16,7 +17,8 @@ images for that repository name are pulled down including any tags.
It is also possible to specify a non-default registry to pull from.
# OPTIONS
There are no available options.
**-a**, **--all-tags**=*true*|*false*
Download all tagged images in the repository. The default is *false*.
# EXAMPLES
@@ -53,3 +55,4 @@ There are no available options.
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>