So I have this LXC container running docker with unprivileged,nesting=1 running fine, but just realize I created it on a raw image, which means snapshots take too long. I restored a snapshot to ZFS storage, which completed fine, but now docker no longer starts.
I get this error:
I thought perhaps it had something to do with the CT being unpriv, but restoring it priv changed nothing.
Can this be fixed?
I get this error:
Code:
ERRO[2021-07-25T06:55:03.130281512Z] failed to mount overlay: invalid argument storage-driver=overlay2
ERRO[2021-07-25T06:55:03.130305791Z] [graphdriver] prior storage driver overlay2 failed: driver not supported
I thought perhaps it had something to do with the CT being unpriv, but restoring it priv changed nothing.
Can this be fixed?