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: 4 months 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 (6 months ago)
- Default Branch: master
- Last Pushed: 2025-02-15T05:10:49.000Z (5 months ago)
- Last Synced: 2025-02-15T06:22:45.924Z (5 months ago)
- Topics: docker, vpn, wireguard
- Language: Dockerfile
- Homepage:
- Size: 9.77 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
```