From 4273b67197a87e55fff1f182a05302a5044a14d0 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:38:11 +0100 Subject: [PATCH] Updated Using WireGuard Easy with rootless Podman (incl. Kubernetes yaml file generation) (markdown) --- ...th-rootless-Podman-(incl.-Kubernetes-yaml-file-generation).md | 1 + 1 file changed, 1 insertion(+) diff --git a/Using-WireGuard-Easy-with-rootless-Podman-(incl.-Kubernetes-yaml-file-generation).md b/Using-WireGuard-Easy-with-rootless-Podman-(incl.-Kubernetes-yaml-file-generation).md index 9a4b4c5..597c03f 100644 --- a/Using-WireGuard-Easy-with-rootless-Podman-(incl.-Kubernetes-yaml-file-generation).md +++ b/Using-WireGuard-Easy-with-rootless-Podman-(incl.-Kubernetes-yaml-file-generation).md @@ -1,3 +1,4 @@ +_Written by:_ **@robbie-hunt** #### Raspberry Pi 4B 4GB, DietPi v8.0.2 (thin version of Raspbian OS) I wanted to use this project via podman instead of Docker. When using [podman-compose](https://github.com/containers/podman-compose) (in [this issue](https://github.com/WeeJeWel/wg-easy/issues/27)) I couldn't get it to work properly. My steps for how I implemented this into Podman as well as how I created a Kubernetes yaml file (for using with podman kube play, like docker-compose) are mostly taken from [this article](https://www.redhat.com/sysadmin/compose-podman-pods) (which is a good place to start for converting docker-compose files to kubernetes/podman files).