Add netbird commands documentation (#4)

* Add netbird commands documentation

Adding documentation for our cli

* Update slack url and docker documentation

* Minor doc updates

Co-authored-by: braginini <bangvalo@gmail.com>
This commit is contained in:
Maycon Santos
2022-07-08 13:15:57 +02:00
committed by GitHub
parent cd9d0ac37e
commit a22a1bb77f
7 changed files with 358 additions and 7 deletions

View File

@@ -16,10 +16,10 @@ You would need to obtain a [setup key](/overview/setup-keys) to associate NetBir
The setup key could be found in the NetBird Management dashboard under the Setup Keys tab - [https://app.netbird.io/setup-keys](https://app.netbird.io/setup-keys).
Set the ```WT_SETUP_KEY``` environment variable and run the command.
Set the ```NB_SETUP_KEY``` environment variable and run the command.
```bash
docker run --rm --privileged -d -e WT_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 -d -e NB_SETUP_KEY=<SETUP KEY> -v netbird-client:/etc/netbird netbirdio/netbird:latest
```
That is it! Enjoy using NetBird.