Download Docker images from a registry. More information: https://docs.docker.com/reference/cli/docker/image/pull/.
docker pull image:tag
docker pull --quiet image:tag
docker pull --all-tags image
docker pull --platform linux/amd64 image:tag
docker pull --help