Replies: 1 comment
-
Sorry, I think I figured it out. It seems to work when running podman as root ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to rework my ZFS backup solution, and would like to have the new solution running inside a container.
Based on https://github.com/oetiker/znapzend?tab=readme-ov-file#running-in-container I was thinking that it should be possible, but I fail to even get ZFS utilities to work.
What I have done is to build a container with the following Containerfile:
and then running
which just prints
no pools available
When running
zpool list
directly on the host I get my pools listed. The host system is running Fedora 40 with kernel 6.12.5 and zfs 2.2.7.Any help appreciated!
/Mathias
Beta Was this translation helpful? Give feedback.
All reactions