mirror of https://github.com/docker/docs.git
15 lines
430 B
YAML
15 lines
430 B
YAML
command: docker pull
|
|
short: Pull an image or a repository from a registry
|
|
long: Pull an image or a repository from a registry
|
|
usage: docker pull [OPTIONS] NAME[:TAG|@DIGEST]
|
|
pname: docker
|
|
plink: docker.yaml
|
|
options:
|
|
- option: all-tags
|
|
shorthand: a
|
|
default_value: "false"
|
|
description: Download all tagged images in the repository
|
|
- option: disable-content-trust
|
|
default_value: "true"
|
|
description: Skip image verification
|