Browse Source

Update README.md

pull/2/head
Per-Arne Andersen 5 years ago
committed by GitHub
parent
commit
8b22b675af
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      README.md

7
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

Loading…
Cancel
Save