kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
5f2550dc32
commit
ff89741a1f
|
@ -1,15 +1,14 @@
|
||||||
# [linuxserver/wireguard](https://github.com/linuxserver/docker-wireguard)
|
# [linuxserver/wireguard](https://github.com/linuxserver/docker-wireguard)
|
||||||
|
|
||||||
[](https://github.com/linuxserver/docker-wireguard)
|
[](https://github.com/linuxserver/docker-wireguard)
|
||||||
[](https://github.com/linuxserver/docker-wireguard/releases)
|
[](https://github.com/linuxserver/docker-wireguard/releases)
|
||||||
[](https://github.com/linuxserver/docker-wireguard/packages)
|
[](https://github.com/linuxserver/docker-wireguard/packages)
|
||||||
[](https://gitlab.com/Linuxserver.io/docker-wireguard/container_registry)
|
[](https://gitlab.com/Linuxserver.io/docker-wireguard/container_registry)
|
||||||
[](https://quay.io/repository/linuxserver.io/wireguard)
|
[](https://microbadger.com/images/linuxserver/wireguard "Get your own version badge on microbadger.com")
|
||||||
[](https://microbadger.com/images/linuxserver/wireguard "Get your own version badge on microbadger.com")
|
[](https://hub.docker.com/r/linuxserver/wireguard)
|
||||||
[](https://hub.docker.com/r/linuxserver/wireguard)
|
[](https://hub.docker.com/r/linuxserver/wireguard)
|
||||||
[](https://hub.docker.com/r/linuxserver/wireguard)
|
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-wireguard/job/master/)
|
||||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-wireguard/job/master/)
|
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/wireguard/latest/index.html)
|
||||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/wireguard/latest/index.html)
|
|
||||||
|
|
||||||
[WireGuard®](https://www.wireguard.com/) is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. Initially released for the Linux kernel, it is now cross-platform (Windows, macOS, BSD, iOS, Android) and widely deployable. It is currently under heavy development, but already it might be regarded as the most secure, easiest to use, and simplest VPN solution in the industry.
|
[WireGuard®](https://www.wireguard.com/) is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. Initially released for the Linux kernel, it is now cross-platform (Windows, macOS, BSD, iOS, Android) and widely deployable. It is currently under heavy development, but already it might be regarded as the most secure, easiest to use, and simplest VPN solution in the industry.
|
||||||
|
|
||||||
|
@ -126,6 +125,23 @@ Docker images are configured using parameters passed at runtime (such as those a
|
||||||
| :-----: | --- |
|
| :-----: | --- |
|
||||||
| `--sysctl=` | Required for client mode. |
|
| `--sysctl=` | Required for client mode. |
|
||||||
|
|
||||||
|
## Environment variables from files (Docker secrets)
|
||||||
|
|
||||||
|
You can set any environment variable from a file by using a special prepend `FILE__`.
|
||||||
|
|
||||||
|
As an example:
|
||||||
|
|
||||||
|
```
|
||||||
|
-e FILE__PASSWORD=/run/secrets/mysecretpassword
|
||||||
|
```
|
||||||
|
|
||||||
|
Will set the environment variable `PASSWORD` based on the contents of the `/run/secrets/mysecretpassword` file.
|
||||||
|
|
||||||
|
## Umask for running applications
|
||||||
|
|
||||||
|
For all of our images we provide the ability to override the default umask settings for services started within the containers using the optional `-e UMASK=022` setting.
|
||||||
|
Keep in mind umask is not chmod it subtracts from permissions based on it's value it does not add. Please read up [here](https://en.wikipedia.org/wiki/Umask) before asking for support.
|
||||||
|
|
||||||
|
|
||||||
## User / Group Identifiers
|
## User / Group Identifiers
|
||||||
|
|
||||||
|
@ -173,7 +189,7 @@ Both of these approaches have positives and negatives however their setup is out
|
||||||
|
|
||||||
|
|
||||||
## Docker Mods
|
## Docker Mods
|
||||||
[](https://mods.linuxserver.io/?mod=wireguard "view available mods for this container.")
|
[](https://mods.linuxserver.io/?mod=wireguard "view available mods for this container.")
|
||||||
|
|
||||||
We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to enable additional functionality within the containers. The list of Mods available for this image (if any) can be accessed via the dynamic badge above.
|
We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to enable additional functionality within the containers. The list of Mods available for this image (if any) can be accessed via the dynamic badge above.
|
||||||
|
|
||||||
|
@ -191,6 +207,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **29.05.20:** - Add support for 64bit raspbian.
|
||||||
* **28.04.20:** - Add Buster/Stretch backports repos for Debian. Tested with OMV 5 and OMV 4 (on kernel 4.19.0-0.bpo.8-amd64).
|
* **28.04.20:** - Add Buster/Stretch backports repos for Debian. Tested with OMV 5 and OMV 4 (on kernel 4.19.0-0.bpo.8-amd64).
|
||||||
* **20.04.20:** - Fix typo in client mode conf existence check.
|
* **20.04.20:** - Fix typo in client mode conf existence check.
|
||||||
* **13.04.20:** - Fix bug that forced conf recreation on every start.
|
* **13.04.20:** - Fix bug that forced conf recreation on every start.
|
||||||
|
|
Ładowanie…
Reference in New Issue