Rootless Podman as a Salt Lab Environment
🧂 Salt without the sudo Follow-up from the previous post, today we are going to put our systemd-managed containers to work and use them for some useful tasks. The idea is to set up an environment to learn how the configuration management Salt works, and play/hack around with it, without even needing root or sudo rights. After all, in the infra-world, the Salt must flow. 🍳 Let’s start cooking I used openSUSE Tumbleweed for my experiment, as it lets me test the latest versions of my preferred packages. ...