2013-05-21 11:47:16 -06:00
|
|
|
:title: Images Command
|
|
|
|
:description: List images
|
|
|
|
:keywords: images, docker, container, documentation
|
|
|
|
|
2013-04-02 04:52:44 +03:00
|
|
|
=========================
|
|
|
|
``images`` -- List images
|
|
|
|
=========================
|
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
Usage: docker images [OPTIONS] [NAME]
|
|
|
|
|
|
|
|
List images
|
|
|
|
|
|
|
|
-a=false: show all images
|
|
|
|
-q=false: only show numeric IDs
|
2013-05-03 20:44:10 -07:00
|
|
|
-viz=false: output in graphviz format
|
|
|
|
|
|
|
|
Displaying images visually
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
::
|
|
|
|
|
2013-08-13 18:05:35 -07:00
|
|
|
sudo docker images -viz | dot -Tpng -o docker.png
|
2013-05-03 20:44:10 -07:00
|
|
|
|
2013-09-24 19:47:25 -07:00
|
|
|
.. image:: https://docs.docker.io/en/latest/_static/docker_images.gif
|