https://github.com/bryopsida/oci-wireguard
A multi-arch alpine based container image for wireguard
https://github.com/bryopsida/oci-wireguard
alpine arm64 multi-architecture-image oci-image wireguard
Last synced: 7 months ago
JSON representation
A multi-arch alpine based container image for wireguard
- Host: GitHub
- URL: https://github.com/bryopsida/oci-wireguard
- Owner: bryopsida
- License: mit
- Created: 2022-05-14T20:55:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-18T15:32:02.000Z (over 1 year ago)
- Last Synced: 2025-01-18T16:26:34.838Z (over 1 year ago)
- Topics: alpine, arm64, multi-architecture-image, oci-image, wireguard
- Language: Dockerfile
- Homepage:
- Size: 55.7 KB
- Stars: 2
- Watchers: 1
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oci-wireguard
A multi-arch alpine based container image for wireguard
# How to use
Mount your wireguard configuration file to /etc/wireguard/wg0.conf inside the container, and your secret key at /etc/wireguard/privatekey.
The wireguard server listens on 51820 UDP inside the container. For information on how to generate those see official wireguard documentation: https://www.wireguard.com/quickstart/ .