mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-21 09:56:35 +00:00
Extend docker capabilities with eBPF support (#72)
* Extend docker capabilities with eBPF support * Add description for new docker arguments --------- Co-authored-by: Zoltan Papp <zoltan.papp@webkeyapp.com>
This commit is contained in:
@@ -107,7 +107,7 @@ The setup key could be found in the NetBird Management dashboard under the Setup
|
||||
Set the ```NB_SETUP_KEY``` environment variable and run the command.
|
||||
|
||||
```bash
|
||||
docker run --rm --name PEER_NAME --hostname PEER_NAME --cap-add=NET_ADMIN -d -e NB_SETUP_KEY=<SETUP KEY> -v netbird-client:/etc/netbird netbirdio/netbird:latest
|
||||
docker run --rm --name PEER_NAME --hostname PEER_NAME --cap-add=NET_ADMIN --cap-add=SYS_ADMIN --cap-add=SYS_RESOURCE -d -e NB_SETUP_KEY=<SETUP KEY> -v netbird-client:/etc/netbird netbirdio/netbird:latest
|
||||
```
|
||||
|
||||
That is it! Enjoy using NetBird.
|
||||
|
||||
Reference in New Issue
Block a user