docker-pull - Man Page

Pull an image or a repository from a registry

Examples (TL;DR)

Synopsis

docker pull [Options] NAME[:TAG|@DIGEST]

Description

Alias for docker image pull.

Options

-a,  --all-tags[=false]

Download all tagged images in the repository

--disable-content-trust[=true]

Skip image verification

-h,  --help[=false]

help for pull

--platform=""

Set platform if server is multi-platform capable

-q,  --quiet[=false]

Suppress verbose output

See Also

docker(1)

Info

May 2020 Docker Community