Replies: 1 comment
-
Looks like you can see the logs in journalctl -u docker | grep gc (Right now I'm only see that I have errors in my specification) |
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
-
The documentation states that "garbage collection runs periodically and follows an ordered list of prune policies." However, I am unsure of the interval at which garbage collection runs and how I can verify if it is scheduled.
I have used a minimalistic configuration (please see below) to limit the cache to 1Gb, but it doesn't seem to be working. When I run the
docker buildx du
command, it shows reclaimable entries larger than 1Gb that were last accessed 2 hours ago.Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions