Podman
Podman runs OCI containers without a central daemon — each command manages its own
containers via fork/exec. The CLI is largely Docker-compatible
(podman run, podman build, podman compose).
It is the default container runtime on RHEL, Fedora, and CentOS Stream, with strong
support for rootless operation. See also the
Docker lab for shared container concepts.
Practice scenarios
Hands-on Podman scenarios on live Linux VMs: podman