Closed aaylnx closed 2 years ago
I'm trying to run this zerotier container on a Fedora Silverblue
I'm using the following command to do so
podman run --name zerotier-one --device=/dev/net/tun --net=host --cap-add=NET_ADMIN --cap-add=SYS_ADMIN -v /var/lib/zerotier-one:/var/lib/zerotier-one zyclonite/zerotier
When I do this quay.io/zyclonite/zerotier:latest is downloaded but before it launches I get the following error
quay.io/zyclonite/zerotier:latest
Error: statfs /var/lib/zerotier-one: no such file or directory
I get the same error if I download images from other sources. I'm not sure what to do. Any thoughts are appreciated.
i have not tried silverblue yet but i would check three things:
/var/lib/zerotier-one
container_file_t
-v /var/lib/zerotier-one:/var/lib/zerotier-one:z
:z
I'm trying to run this zerotier container on a Fedora Silverblue
I'm using the following command to do so
podman run --name zerotier-one --device=/dev/net/tun --net=host --cap-add=NET_ADMIN --cap-add=SYS_ADMIN -v /var/lib/zerotier-one:/var/lib/zerotier-one zyclonite/zerotier
When I do this
quay.io/zyclonite/zerotier:latest
is downloaded but before it launches I get the following errorError: statfs /var/lib/zerotier-one: no such file or directory
I get the same error if I download images from other sources. I'm not sure what to do. Any thoughts are appreciated.