mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
#11465 Add additional doc for locagi registries onn pull command
Signed-off-by: John Willis <john.willis@docker.com>
Upstream-commit: e1cbe1c398
Component: cli
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user