Replies: 2 comments
-
How is your docker run / docker compose setup @tyhawk ? See my comment here about mounting the tun device: #2389 (comment) |
Beta Was this translation helpful? Give feedback.
-
Here's my command line:
I've tried running it without the
I'm running podman in a (priviliged) LXC container (ArchLinux) on Proxmox. The |
Beta Was this translation helpful? Give feedback.
-
Perhaps one for the troubleshooting section of the documentation.
if you encounter this error:
you need to use
--cap-add=NET_ADMIN,mknod
and probably--device /dev/net/tun
.This took me 2 days to figure out, running the container using Podman in:
I've got it up running now in a LXC container, Archlinux on Proxmox.
Beta Was this translation helpful? Give feedback.
All reactions