-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request moby#11678 from botchagalupe/docker-11465
Closes moby#11465 - Add additional doc for local registries on pull command
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
August 2014, updated by Sven Dowideit <[email protected]> | ||
April 2015, updated by John Willis <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters