sanitation@lemmy.radio to Selfhosted@lemmy.worldEnglish · 9 hours agoDocker Engine 29 has changed the default image store to containerd, duplicating storage of (compressed) base image layerswww.docker.comexternal-linkmessage-square5linkfedilinkarrow-up139arrow-down12file-text
arrow-up137arrow-down1external-linkDocker Engine 29 has changed the default image store to containerd, duplicating storage of (compressed) base image layerswww.docker.comsanitation@lemmy.radio to Selfhosted@lemmy.worldEnglish · 9 hours agomessage-square5linkfedilinkfile-text
minus-square[object Object]@lemmy.calinkfedilinkEnglisharrow-up17arrow-down1·8 hours agoHurray! Compressing and not using it, so you have a massive increase in disk use for no fucking reason. Oh, and every container that uses PyTorch needs to download the full 7 gigabytes instead of sharing.
minus-squareBrianTheeBiscuiteer@lemmy.worldlinkfedilinkEnglisharrow-up5·8 hours agoA shared volume could help with this but of course every container needs to be on the same version to benefit from deduplication.
Hurray! Compressing and not using it, so you have a massive increase in disk use for no fucking reason.
Oh, and every container that uses PyTorch needs to download the full 7 gigabytes instead of sharing.
A shared volume could help with this but of course every container needs to be on the same version to benefit from deduplication.