Replies: 1 comment
|
Trying to answer my own question: $ container system df
TYPE TOTAL ACTIVE SIZE RECLAIMABLE
Images 15 0 42,43 GB 42,43 GB (100%)
Containers 0 0 0 B 0 B (0%)
Local Volumes 0 0 0 B 0 B (0%)So I assume the uncompressed(?) size of my images on disk is in fact 42 GB, and this data is somehow distributed among the I do find it confusing that I acknowledge that this is a hard problem, though, given that multiple images may share one or more layers. But even accepting this, I would expect that an image that's listed with a size of (say) 2.5 GB in |
Uh oh!
There was an error while loading. Please reload this page.
I was looking at the storage used by
containerand found that the majority of the storage is in~/Library/Application Support/com.apple.container/snapshots. On my system:The 8.1 GB on my machine in
./contentseem to correspond to the actual blobs that make up the images I have installed, and that number makes sense to me as it's roughly what I'd expect my images to take up in disk space (judging fromcontainer image ls --verbose).But what is stored in
./snapshots? 31 GB is massive and I'd love to have that storage back if I can. I triedcontainer prune, but that just says "Reclaimed Zero KB in disk space".I currently have no actual containers (neither running nor stopped) and no container machines:
All reactions