Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ghudiczius/docker-net-wireguard

Simple docker image for WireGuard, an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography
https://github.com/ghudiczius/docker-net-wireguard

docker vpn wireguard

Last synced: 13 days ago
JSON representation

Simple docker image for WireGuard, an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography

Awesome Lists containing this project

README

        

# WireGuard

Simple docker image for WireGuard without any bloat, built on the official alpine image.

## Usage

```sh
docker run --rm ghudiczius/wireguard: \
--volume path/to/config:/etc/wireguard
```

or

```sh
docker run --rm registry.gitlab.jmk.hu/net/wireguard: \
--volume path/to/config:/etc/wireguard
```