docker pull --all-tags myrepo/myapp

Category: Docker

docker pull --all-tags myrepo/myapp

Pull every tag of a repository

Fetches all tags of myrepo/myapp that the registry exposes, useful for mirroring or analysis. Can be slow and large for busy repositories. The image subcommand form is docker image pull --all-tags.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.