Overview
Open platform for developer and system admins
-
to build and test cloud application
-
client-server system
-
supports multiple cloud platforms
- AWS, Digital Ocean, etc.
Daemon
CLI Reference
docker image
docker image ls/docker image list/docker images
-
shows all top level images
- their repo and tags, and their size
NOTE: Untagged (dangling) images are also hidden by default
- use the `-a` `–all` flag to show intermediate layers and dangling images
`SIZE` is the cumulative space taken up by the image and all its parent images
-
this is also disk space used by the contents of the Tar file
- created when you `docker save` an image
An image will be listed more than once if it has multiple repository names or tags
-
this single image identifiable by its matching `IMAGE ID`
- uses up the size `SIZE` listed only once