mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
26 lines
510 B
ReStructuredText
26 lines
510 B
ReStructuredText
: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:: images/docker_images.gif
|