docker-pull - Man Page

Download an image 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

Dec 2024 Docker Community Docker User Manuals