Search results

  1. K

    LXC ZFS + docker overlay2 driver

    Well, I have found a software that is not working for me as well. It is strange, that I could run the plex image @ericfrol is having issue with, but nexcloud image not. failed to register layer: ApplyLayer exit status 1 stdout: stderr: unlinkat...
  2. K

    LXC ZFS + docker overlay2 driver

    I do not see an issue... I have just spawned random CT cloned (full clone) from my default ubuntu 22.04 template, upgraded all packages to latest and just called the docker to do the job. Work like a charm. The template is having just salt packages installed to install docker form official...
  3. K

    LXC ZFS + docker overlay2 driver

    Hi, I have been updating my LXC template and found these good news. It looks like that overlay2 storage driver for docker running on LXC on ZFS now works and fuse-overlayfs is not needed anymore. The container is unprivileged, fuse=1, nesting=1 to support fuse-overlayfs driver. I have removed...