August 2017
Intermediate to advanced
332 pages
9h 16m
English
Images are just as important as containers. They can occupy a lot of space, especially in the case of the Continuous Delivery process, when each build ends up in a new Docker image. This can quickly result in the no space left on device error. To check all the images in the Docker container, we can use the docker images command:
$ docker imagesREPOSITORY TAG IMAGE ID CREATED SIZEhello_world_python_name_default latest 9a056ca92841 2 hours ago 202.6 MBhello_world_python_name latest 72c8c50ffa89 2 hours ago 202.6 MBhello_world_python latest 3e1fa5c29b44 2 hours ago 202.6 MBubuntu_with_python latest d6e85f39f5b7 2 hours ago 202.6 MBubuntu_with_git_and_jdk latest 8464dc10abbb 2 hours ago 610.9 MBubuntu_with_git latest f3d674114fe2 ...
Read now
Unlock full access