I've gotten an image building using the new DOCKER_BUILDKIT=1
builder, specifically to use --mount=cache
. After building my image a couple times I noticed the cache usage is already past 3Gb, I'd like to see the size of the objects in the cache to figure out if it's because I'm caching too many things or if there are just multiple versions being stored. However, the docker cli doesn't have any mechanism for exploring the cache afaict.
Asked
Active
Viewed 308 times
9

Xavier Denis
- 406
- 3
- 14