Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate script for trimming down unused Docker containers space #4

Open
hkdobrev opened this issue Nov 27, 2024 · 1 comment
Open
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@hkdobrev
Copy link
Owner

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.

@hkdobrev hkdobrev added enhancement New feature or request help wanted Extra attention is needed labels Nov 27, 2024
@hkdobrev
Copy link
Owner Author

Similar tool which can be used: https://github.com/wanliqun/macos_docker_toolkit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant