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