Closed dewoodruff closed 11 months ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
Zfs?
Yes, ZFS backed but overlayfs docker storage driver.
I believe you need to be using the zfs storage driver if you plan to use zfs for your /config
mounts.
You need to use the ZFS storage driver if your docker directory (typically /var/lib/docker) is on zfs storage as that's where it keeps all of the image layers and running container filesystems.
If you're using bind mounts and it's only your bind mounts that are on ZFS then you shouldn't need the ZFS storage driver.
Got it, thank you. I have 9 other containers running on this system with docker directory and bind mounts both on zfs without issue so I'm not sure what's different here. I'll see what I can do.
Got it, thank you. I have 9 other containers running on this system with docker directory and bind mounts both on zfs without issue so I'm not sure what's different here.
What's different is this container needs to do a move
operation within the container file system and it fails due to a bug if the disk filesystem (where the container layers are stored) is zfs and the docker driver is overlay2
Is there an existing issue for this?
Current Behavior
I am attempting a fresh, first time install with:
And when I visit:9283, I get this error:
It appears there is an invalid relative path specified somewhere:
Expected Behavior
According to the readme a fresh install should run without any customizations/modifications. I don't see anything in the readme or issues to resolve this.
Steps To Reproduce
Run the:9283
docker run
command specified above and try to visit theEnvironment
CPU architecture
arm64
Docker creation
Container logs