Show disk space used by docker images, containers and volumes.
The docker prune
command may be used with some docker objects like images, containers and volumes to free unused disk space.
Free space used by containers.
|
|
Free space used by volumes.
|
|
In addition, you can use the docker system prune
command to clean up multiple types of objects at once.
|
|