images.rst 505 B

1234567891011121314151617181920212223242526
  1. :title: Images Command
  2. :description: List images
  3. :keywords: images, docker, container, documentation
  4. =========================
  5. ``images`` -- List images
  6. =========================
  7. ::
  8. Usage: docker images [OPTIONS] [NAME]
  9. List images
  10. -a=false: show all images
  11. -q=false: only show numeric IDs
  12. -viz=false: output in graphviz format
  13. Displaying images visually
  14. --------------------------
  15. ::
  16. docker images -viz | dot -Tpng -o docker.png
  17. .. image:: images/docker_images.gif