Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ghudiczius/docker-net-wireguard
- Owner: ghudiczius
- License: wtfpl
- Created: 2025-01-23T23:25:54.000Z (18 days ago)
- Default Branch: master
- Last Pushed: 2025-01-24T00:12:36.000Z (18 days ago)
- Last Synced: 2025-01-24T01:19:32.833Z (18 days ago)
- Topics: docker, vpn, wireguard
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```