Skip to content

docker pull

Description

Downloads an image from a registry, such as Docker Hub, to your machine.

Syntax

docker pull [OPTIONS] IMAGE[:TAG]

Common Options

Option Description
-a Pull all tags of the image
-q Quiet output

Examples

docker pull nginx
docker pull postgres:16

If you leave the tag off, Docker pulls latest.