1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00
Files
cli/components/engine/docs/sources/commandline/command/images.rst
Nate Jones b23bef294e add doc for images -viz
Upstream-commit: 359ecf88de8b1ed4392ff82aac276353d5d664f0
Component: engine
2013-05-03 21:12:43 -07:00

403 B

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

docker images -viz | dot -Tpng -o docker.png

image