1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00
This commit is contained in:
Tjerk Woudsma 2021-09-18 12:34:04 +02:00
parent 8f1f48b7d0
commit b28ebb5d20

View File

@ -74,7 +74,7 @@ Suggestions/PRs welcomed!
``` ```
or docker: or docker:
```shell ```shell
docker run -v ./private.key:/private.key -v ./config.json:/config.json headscale/headscale:x.x.x headscale namespace create myfirstnamespace docker run -v ./private.key:/private.key -v ./config.json:/config.json headscale/headscale:x.x.x headscale namespaces create myfirstnamespace
``` ```
5. Run the server 5. Run the server