Browse Source

Added link for docker build with github

I've added a link to the guide to install the docker image by manually building. Also some other formatting / wording changes.
pull/65/head
Antonio Fernandez 4 years ago
committed by GitHub
parent
commit
6019b8e7b8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      README.md

5
README.md

@ -23,7 +23,7 @@ The features of wg-manager includes:
* Create and manage API-Keys
# Dependencies
* Linux >= 5.6 *(Alternatively: wireguard-dkms)*
* Linux Kernel >= 5.6 *(Alternatively: wireguard-dkms)*
# Common Installation Steps
1. Enable ip forwarding:
@ -69,8 +69,9 @@ services:
WEB_CONCURRENCY: 1
```
or [plain docker here](./docs/guides/docker_configuration.md)
or [build docker image from github](./docs/install_docker_github.md)
# Method #2: Bare Metal
## Method #2: Bare Metal
- [Installation on Debian/Ubuntu/RPI4](./docs/install.md)
# Using the development branch

Loading…
Cancel
Save