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:
Zoltan Papp
2023-07-10 21:05:52 +02:00
committed by GitHub
parent 92665d5656
commit 8626b645f8
3 changed files with 13 additions and 3 deletions

View File

@@ -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.