linarnan
linarnan
same as this [issue](https://github.com/moby/moby/issues/30530) i'm in uncompatiable Backing filesystem : `tmpfs` ``` Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 0 Server Version: 17.06.2-ce Storage Driver: aufs Root Dir:...
after given `image-disk-create --no-tmpfs ... ` able to use backing filesystem with ext4 but still have same problem here
build cmd: `disk-image-create -a amd64 --no-tmpfs --install-type package --image-size 5G -o ubuntu-${DIB_RELEASE}.qcow2 ubuntu bootloader devuser local-config openssh-server cleanup-kernel-initrd cloud-init-datasources`
another same post here: https://github.com/moby/moby/issues/34817 , maybe u can found solution there. (i haven't found solution yet) are you in some `chroot`/ vm env. ?