We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After a while /var/lib/docker/vfs/dir takes a lot of room on the disk.
See moby/moby#6354
The text was updated successfully, but these errors were encountered:
The current solution is to cleanup the folder by hand after having removes all images, containers and stopped the docker daemon.
Sorry, something went wrong.
Work around #9
7454d09
It seems like the only current way of cleaning volumes is to use the `-v` option in `docker rm`. `cide debug` is still prone to that issue.
Work around volume cleanup #9
591690f
No branches or pull requests
After a while /var/lib/docker/vfs/dir takes a lot of room on the disk.
See moby/moby#6354
The text was updated successfully, but these errors were encountered: