Per-Arne Andersen
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
6 deletions
-
README.md
|
|
@ -16,12 +16,7 @@ The interface runs in docker and requires the host to have installed wireguard, |
|
|
|
|
|
|
|
# Installation |
|
|
|
```bash |
|
|
|
docker build -t perara/wireguard-manager https://github.com/perara/wireguard-manager.git \ |
|
|
|
&& docker run |
|
|
|
-v ./config:/config |
|
|
|
--cap-add NET_ADMIN |
|
|
|
--net host |
|
|
|
perara/wireguard-manager |
|
|
|
docker run -v ./config:/config --cap-add NET_ADMIN --net host perara/wireguard-manager |
|
|
|
``` |
|
|
|
|
|
|
|
# Usage |
|
|
|