12345678910111213141516171819202122 |
- =========================
- ``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
|