mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
510 B
510 B
- title
- Images Command
- description
- List images
- keywords
- images, docker, container, documentation
images -- List images
Usage: docker images [OPTIONS] [NAME]
List images
-a=false: show all images
-q=false: only show numeric IDs
-viz=false: output in graphviz format
Displaying images visually
sudo docker images -viz | dot -Tpng -o docker.png
