docker/pull

Pull Image

Pull an image or a repository from a registry

image
management

Command

docker pull

Explanation

Downloads images from Docker Hub or other configured registries to local storage.

Examples

Pull latest Nginx image

docker pull nginx

Pull specific version

docker pull nginx:1.19