mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
e3e041b6bf
* added link to edit on GitHub * Changed image source on homepage * Made some changes to the structure, added the ability to have l3 navigation. Added warning, note and other styles. * Fixed an image link, removed the .. :content: links because they were quicky and didn't look good, added pagelinks to current page of other versions. * Moved the remote client api's to their own doc
26 lines
544 B
ReStructuredText
26 lines
544 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:: https://docs.docker.io/en/latest/_static/docker_images.gif
|