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
Dokploy deployments are leaving behind a large amount of unused Docker cache (23GB), filling up my server's disk space.
Integrate an automatic cleanup of unused Docker cache into Dokploy, such as runningdocker builder pruneafter deployments.
docker builder prune
No response
Maybe, need help
The text was updated successfully, but these errors were encountered:
Hi, I'm having the same problem : my server gets out of disk space almost every day with only 3 services deployed.
I'm using Dokploy Cloud and I see no option to auto-prune docker containers...
Sorry, something went wrong.
No branches or pull requests
What problem will this feature address?
Dokploy deployments are leaving behind a large amount of unused Docker cache (23GB), filling up my server's disk space.
Describe the solution you'd like
Integrate an automatic cleanup of unused Docker cache into Dokploy, such as running
docker builder prune
after deployments.Describe alternatives you've considered
Additional context
No response
Will you send a PR to implement it?
Maybe, need help
The text was updated successfully, but these errors were encountered: