Replies: 2 comments 3 replies
-
Removing a container is supposed to remove it's anonymous volume. There is a bug in quadlet, that I recently fixed, and you need to be careful if you are removing running containers via |
Beta Was this translation helpful? Give feedback.
3 replies
-
Also please give us the output of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm running a services which starts multiple hundreds of containers a day and deletes them afterwards. Through this process a lot of dangling volumes and images appear, since the images themselves are updated daily. I came up with a trivial and likely terrible cleanup strategy and like to ask how more professional people handle this problem.
This mechanism is running stable and fine, however I thought there would be something better. Ideally removing a container would remove its anonymous volumes and pulling a new container would automatically delete dangling images. Any advise?
Beta Was this translation helpful? Give feedback.
All reactions