mirror of
https://github.com/docker/docs.git
synced 2026-03-29 15:28:51 +07:00
23 lines
403 B
ReStructuredText
23 lines
403 B
ReStructuredText
=========================
|
|
``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:: images/docker_images.gif
|