You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies if this is not a good place for this. I didn't know where else to put it. This is a guide on how to get the Netbird agent working inside Podman based Distrobox containers. I have been trying to do this for a while now and I finally got it working. This has been tested on Fedora 41 Silverblue.
Install Distrobox and Podman
I recommend you install them both from your distros official repos
Apologies if this is not a good place for this. I didn't know where else to put it. This is a guide on how to get the Netbird agent working inside Podman based Distrobox containers. I have been trying to do this for a while now and I finally got it working. This has been tested on Fedora 41 Silverblue.
distrobox create netbird --init --image debian:12 -a "--cap-add=NET_ADMIN" --additional-packages systemd --root
distrobox enter --root netbird
curl -fsSL https://pkgs.netbird.io/install.sh | sh
netbird up
To stop Netbird run
distrobox stop --root netbird
. To quickly start it rundistrobox enter --root netbird -- exit
Also remember to upgrade the packages in the container from time to time
The text was updated successfully, but these errors were encountered: