You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: