Hi, This completed Pull Request upstream should solve the issue of needing to manually add a storage.conf by adjusting the defaults to use the in- kernel overlayfs by default instead of vfs which is slow and very heavy on disk-space.
https://github.com/containers/storage/issues/1570 https://github.com/containers/storage/pull/1571 Is there any chance this fix could be backported/cherrypicked to Debian Stable Bookworm? It's functionally equivalent to just setting the storage driver in a storage.conf configuration file, but is just the default instead. Recently moved to Bookworm and the first thing I noticed was my disk was completely full after only running a few containers since vfs was the default. Kind regards, Cian.