Script for quickly setting up a rootless podman compose with the newest docker compose version that works on AlmaLinux OS.
- dnf as package manager
- git installed
- make installed
Add a user (e.g.) podman:
adduser podman
passwd <SET A SWEET PASSWORD NO ONE WILL EVER KNOW>
usermod -aG wheel podmanmgmt
connect to the user via ssh - this is important to aviod annoying impersonation issues etc... it gives you a full shell in context of the user
ssh podman@localhost
Download the Makefile and execute it
git clone https://github.com/gollywood/podman_setup
cd podman_setup
make
Test it
podman compose version