Download Docker images from a registry. More information: https://docs.docker.com/engine/reference/commandline/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