Stephan Boyer
Stephan Boyer
I think I may have spoke too soon. I saw some articles online saying conflicting things about what `/var/lib/docker/overlay2` is used for, and now I'm less sure. I'll re-open this...
I think `docker system df` should reveal what is using up all that space (containers, volumes, images, or build cache). Can you tun that command on one of the machines...
Hi @RMPR, if we just want Docuum to run Docker's built-in pruning commands on a schedule, it would not be that much work (just start a new thread from [`main`](https://github.com/stepchowfun/docuum/blob/979045cf5338493cc07f71045265d7c9e4aa1d47/src/main.rs#L238))....
Thank you for this feature request and for bringing this to my attention. I was not aware that gitlab-runner uses volumes for caching purposes. I can imagine this feature being...
I think it makes sense to keep this issue open. It seems like there is interest. I think it would be nice if it was an optional feature. Maybe it...
Hi @mardambey, thanks for creating this pull request! I'll review it when I can. In the meantime, would you mind rebasing onto the latest commit on `main`?
This is a great idea—thanks for the feature request! I would happily review a pull request if anyone has time to tackle this.
One consideration is that some people want Docuum to be compatible with Docker-substitutes like Podman. So we should make sure that relying on more obscure Docker features doesn't take us...
That is very cool! If you create a PR for it, I will review it.
This would be great to have, and it would be welcome as a contribution. Is there a way we can do it that gives the benefits of non-nullable types and...