+ tl;dr - Quick guide to getting rootless containers up and running on Arch Linux (also see the excellent Arch Wiki entry) Steps As usual, the Arch Wiki is a fantastic resource, and has basically everything you need, if not a little bit spread out. The relevant pages you’ll want to look at: https://wiki.archlinux.org/index.php/Podman https://wiki.archlinux.org/index.php/cgroups#Switching_to_cgroups_v2 https://wiki.archlinux.org/index.php/Kernel_parameters 1. Enable the kernel.unprivileged_u...| vadosware.io
- + tl;dr - Turns out the tar archives created by podman didn’t work properly for my kubernetes cluster, and podman doesn’t support linking. I went back to docker (which is containerd underneath), and am a happy camper again. I also discuss some options for hosting your own registries. After [writing about switch to podman]podman-post (and writing a follow up), I recently had to switch back to docker and enable rotoless containers there (the ever-useful Arch Wiki makes it easy).| vadosware.io