link
docker/pull

Pull Image

Pull an image or a repository from a registry

image
management

Command

docker pull

Examples

Pull latest Nginx image

docker pull nginx

Pull specific version

docker pull nginx:1.19