Skip to content

Commit

Permalink
Add README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelDewey committed Jul 19, 2023
1 parent d262e0e commit 9797d5f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# rhel-wireguard

A Dockerfile that extends [`linuxserver/wireguard`](https://github.com/linuxserver/docker-wireguard) with the
[`iptables-wrappers` scripts](https://github.com/kubernetes-sigs/iptables-wrappers) to support Red Hat or RHEL-derived
distributions such as Fedora or AlmaLinux.

No warranties nor any kind of support is guaranteed for this container image. This repository is not affiliated with
Red Hat, Kubernetes, or LinuxServer.io.

## Process

This Dockerfile:

1. Builds a specific commit has of `iptables-wrapper` using a temporary Go container in the first build step.
2. Copies the output to the final build step based off of a specific `linuxserver/wireguard` tag.
3. Installs `nftables` and runs the `iptables-wrapper` installation script.

0 comments on commit 9797d5f

Please sign in to comment.