Skip to content

Commit

Permalink
Merge pull request moby#11678 from botchagalupe/docker-11465
Browse files Browse the repository at this point in the history
Closes moby#11465 - Add additional doc for local registries on pull command
  • Loading branch information
moxiegirl committed Mar 29, 2015
2 parents 4edf8e1 + 2c07fd9 commit 41e47bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/man/docker-pull.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 <[email protected]>
August 2014, updated by Sven Dowideit <[email protected]>
April 2015, updated by John Willis <[email protected]>
3 changes: 2 additions & 1 deletion docs/sources/reference/commandline/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1602,7 +1602,7 @@ This shows all the containers that have exited with status of '0'

## pull

Usage: docker pull [OPTIONS] NAME[:TAG]
Usage: docker pull [OPTIONS] NAME[:TAG] | [REGISTRY_HOST[:REGISTRY_PORT]/]NAME[:TAG]

Pull an image or a repository from the registry

Expand Down Expand Up @@ -1638,6 +1638,7 @@ use `docker pull`:
$ docker pull registry.hub.docker.com/debian
# manually specifies the path to the default Docker registry. This could
# be replaced with the path to a local registry to pull from another source.
# sudo docker pull myhub.com:8080/test-image

## push

Expand Down

0 comments on commit 41e47bb

Please sign in to comment.