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
Andy Rothfusz fd36c14020 Fix #1517, #1521 by adding sudo to examples and installation.
Upstream-commit: d4eab77f0c604e10f63519833dc25fbd5a3419bf
Component: engine
2013-08-14 16:21:36 -07:00

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

image