Podman is a new (first released in 2018) alternative to Docker for executing containers. Developed by RedHat, Podman requires no running background process to support container operations, and since it adheres to the Open Container Initiative (OCI), it can manage all existing Docker-based images. In this article, I describe the…