Open
Description
Docker can book lots of storage without being actually utilised.
Whenever something is deleted from a Docker image it doesn't make the space available. But if you add more to the containers, more space is taken.
A separate script could be used to backup images, recreate the storage with smaller size and then restore the backed up images.