Hi! You can follow docker instruction to make the root file system not use overlayfs: sudo passwd root # Create a password for the root user if it hasn't been done before. su - root -c 'echo "overlayfs=disable" > /.init_wipedata' sudo reboot And next, make the swap: dd if=/dev/zero of=/swa...