[GH-ISSUE #371] calling netbird inside the docker container #661

Open
opened 2026-08-05 00:39:28 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @itsalljustdata on GitHub (Jun 26, 2022).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/371

Originally assigned to: @braginini on GitHub.

I'm using the "netbirdio/netbird" app on my unRAID servers (because, unRAID - it's just easier)...

This is working splendidly giving me connectivity to my servers running elsewhere, however....

With the new SSH server functionality, I need to be able to execute the netbird executable directly, but it's cracking the whoops..

root@beast:/mnt/user/appdata/netbird# docker exec -it netbird /go/bin/netbird ssh 123.123.123.123 Error: failed to connect to daemon error: context deadline exceeded If the daemon is not running please run: netbird service install netbird service start

This is (presumably) because netbird isn't running as a daemon in the container - just running as a "active" program.

Any thoughts as to getting this to work?

I'd rather get a fully working docker solution up and going if possible.

Or are you fellas open to the idea of re-working the container to make it run as a daemon? I'm happy to do it, I just need to find the time.

Originally created by @itsalljustdata on GitHub (Jun 26, 2022). Original GitHub issue: https://github.com/netbirdio/netbird/issues/371 Originally assigned to: @braginini on GitHub. I'm using the "netbirdio/netbird" app on my unRAID servers (because, unRAID - it's just easier)... This is working splendidly giving me connectivity to my servers running elsewhere, however.... With the new SSH server functionality, I need to be able to execute the netbird executable directly, but it's cracking the whoops.. `root@beast:/mnt/user/appdata/netbird# docker exec -it netbird /go/bin/netbird ssh 123.123.123.123 Error: failed to connect to daemon error: context deadline exceeded If the daemon is not running please run: netbird service install netbird service start ` This is (presumably) because netbird isn't running as a daemon in the container - just running as a "active" program. Any thoughts as to getting this to work? I'd rather get a fully working docker solution up and going if possible. Or are you fellas open to the idea of re-working the container to make it run as a daemon? I'm happy to do it, I just need to find the time.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#661