images.rst 403 B

12345678910111213141516171819202122
  1. =========================
  2. ``images`` -- List images
  3. =========================
  4. ::
  5. Usage: docker images [OPTIONS] [NAME]
  6. List images
  7. -a=false: show all images
  8. -q=false: only show numeric IDs
  9. -viz=false: output in graphviz format
  10. Displaying images visually
  11. --------------------------
  12. ::
  13. docker images -viz | dot -Tpng -o docker.png
  14. .. image:: images/docker_images.gif