mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
add doc for images -viz
This commit is contained in:
parent
3dba4022ad
commit
359ecf88de
2 changed files with 10 additions and 0 deletions
|
@ -10,3 +10,13 @@
|
|||
|
||||
-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
|
||||
|
|
BIN
docs/sources/commandline/command/images/docker_images.gif
Normal file
BIN
docs/sources/commandline/command/images/docker_images.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
Loading…
Add table
Reference in a new issue