Is there a way to clean docker build cache?
I am running a lot of builds using Docker in MacOS. Eventually, a lot of build cache is accumulating, e.g. this is what I see in docker system df : YPE TOTAL ACTIVE SIZE RECLAIMABLE Images 22 0 9.67GB 9.67GB (100%) Containers 0 0 0B 0B Local Volumes 0 0 0B 0B Build Cache 1006 0 258GB 258GB Is there a way to clean items from the build cache? I can see detaile