Commands.app

docker pull

Image Management

Pull an image from a registry

Examples
Common usage examples

Pull nginx image from Docker Hub

docker pull nginx

Pull specific tag

docker pull nginx:alpine
Related Commands
You might also find these useful