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

New dind creates large volumes that need to be cleaned up regularly #50

Open
buehlefs opened this issue Jul 20, 2022 · 0 comments
Open

Comments

@buehlefs
Copy link
Contributor

The official dind image creates a volume that can be quite large and is not cleaned up with the container.
This can easily fill up all the space allowed for the docker VM resulting in spurious and hard to track errors.
A regular cleanup can prevent this and should be added to troubleshooting and stopping the docker compose sections of the docs.

# cleanup all dangling resources (volumes, containers, etc.)
docker system prune

# optinally cleanup unused images
docker image prune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant