Replies: 3 comments 12 replies
-
If you use something like watchtower to update your dockers then you can have it automatically remove old unused images.
|
Beta Was this translation helpful? Give feedback.
-
That wasn't my point. My point is that by default casaos does not delete images and it should do that. Without a 3rd party service in the background. Especially because people on the discord suddenly have full disks without knowing why. |
Beta Was this translation helpful? Give feedback.
-
As I said here just add a button to switch between advanced and basic mode and then add options like "Automatically clean up unused docker images" under basic or advanced mode so users can choose from. |
Beta Was this translation helpful? Give feedback.
-
Discussion on discord: https://discord.com/channels/884667213326463016/981983949402292274
It seems like casaOS does not delete unused docker images?
At least a user had the problem that his disk was full.
docker image prune was able to free up 5GB of unused docker images.
Idea: maybe automatically remove unused docker images?
A cronjob once per night for example would be a quick and dirty fix for that: docker image prune --all
Beta Was this translation helpful? Give feedback.
All reactions