How to replace `docker` with `podman` for PMM development (opens in new tab)
What is Podman? Podman is a daemonless container engine for developing, managing, and running OCI (Open Container Initiative) Containers on your Linux System. Containers can either be run as root or in rootless mode. More details here. Check out also Kubernetes Podcast to learn more about podman and listen to it’s creators. Why to replace? Especially in development I need simplest possible solution, I don’t need additional daemon running or allowing something to run with elevated privileges. ...
Read the original article