Podman vs Docker
Docker client-server architecture. The container is a direct descendant of containerd
, not the Docker client. The kernel sees no relationship between the client program and the container.
Podman fork/exec architecture. The user launches Podman, which executes the OCI runtime, which then launches the container. The container is a direct descendant of Podman.
Info
Your container will continue to run without the overhead of running the multiple daemons.