sanitation@lemmy.radio to Selfhosted@lemmy.worldEnglish · 24 天前Docker Engine 29 has changed the default image store to containerd, duplicating storage of (compressed) base image layerswww.docker.comexternal-linkmessage-square5fedilinkarrow-up153arrow-down12file-text
arrow-up151arrow-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 · 24 天前message-square5fedilinkfile-text
minus-square[object Object]@lemmy.calinkfedilinkEnglisharrow-up33arrow-down1·24 天前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.
minus-squareBrianTheeBiscuiteer@lemmy.worldlinkfedilinkEnglisharrow-up9·24 天前A 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.