https://github.com/leonnicolas/boringtun
Multi-Arch docker image for boringtun
https://github.com/leonnicolas/boringtun
boringtun docker-container multi-arch wireguard
Last synced: 11 months ago
JSON representation
Multi-Arch docker image for boringtun
- Host: GitHub
- URL: https://github.com/leonnicolas/boringtun
- Owner: leonnicolas
- License: bsd-3-clause
- Created: 2020-12-13T14:43:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T18:23:23.000Z (over 2 years ago)
- Last Synced: 2025-04-14T08:05:06.985Z (about 1 year ago)
- Topics: boringtun, docker-container, multi-arch, wireguard
- Language: Dockerfile
- Homepage:
- Size: 28.3 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# boringtun
[](https://github.com/leonnicolas/boringtun/actions/workflows/build.yaml)
[](https://github.com/leonnicolas/boringtun/actions/workflows/build_alpine.yaml)
[](https://hub.docker.com/r/leonnicolas/boringtun)
Multi-Arch docker image for [boringtun](https://github.com/cloudflare/boringtun)
## Usage
```bash
docker run -it --rm --cap-add=NET_ADMIN --device=/dev/net/tun -v /var/run/wireguard:/var/run/wireguard -p 51820:51820 -e WG_LOG_LEVEL=debug leonnicolas/boringtun --foreground --disable-drop-privileges true wg0
```
## Build
A github action runs every night and pushes a new manifest if the main branch of Cloudflare's [boringtun](https://github.com/cloudflare/boringtun) was updated.
## Available Tags
For every day with a new commit to Cloudflare's boringtun, a manifest with a new tag is created.
Manifests annotated with only a sha sum are based on `Debian:stable-slim`.
Manifests with the tag `alpine-` or alpine are based on `alpine`.
### latest
Based on Debian:stable-slim
### alpine
Based on Alpine
## Container Registry
Images can be found on [Docker Hub](https://hub.docker.com/r/leonnicolas/boringtun) `leonnicolas/boringtun` and [GitHub Container Registry](https://ghcr.io) `ghcr.io/leonnicolas/boringtun`.