Quick Actions
docker pull
Description
Pull an image or a repository from a registry.
Command
docker pull
Examples
Pull image from Docker Hub
docker pull nginx:latest
Pull from private registry
docker pull registry.example.com/my-app:latest
Command Info
Category:
Image Management
Type:
Docker
Views:
12
Status:
Active
Tags
image
pull
download