I’m running a oci-container inside a VM for testing but it keeps failing due to size constrains of the virtual machine. I’ve tried changing virtualisation.diskSize
but when docker pull starts, it starts to fill /dev/disk/by-label/nixos
and overlay
filesystems but they are still 1GB. Eventually this runs out of space and the pull fails.
How to make a docker pull work in such conditions? Why virtualisation.diskSize
does not work here?