docker pull
Syntax
docker pull [OPTIONS] NAME[:TAG|@DIGEST]
Parameters
| Parameters | Description | Examples | Level |
|---|---|---|---|
--all-tags |
docker pull --all-tags ubuntu |
Advanced | |
--platform |
docker pull --platform linux/arm64 nginx |
Advanced | |
--quiet |
, ID | docker pull --quiet nginx |
Common |
Examples
New
docker pull nginx
and more docker pull nginx:latest
docker pull node:18-alpine
alpine
docker pull --platform linux/amd64 python:3.11
ARM Mac x86
docker pull registry.example.com/myapp:1.0
docker login
Common Errors
Error response from daemon: manifest for xxx not found, Docker Hub
Error response from daemon: pull access denied, docker login
error pulling image: network timeout,
Tips
- latest,
- alpine