If you don’t know, ask – if you know, share! ~ opensource mindset
by Marco Bravo
Podman is very similar to docker. Even the command structure is similar. However, under the hood, things are quite different. For example, instead of relying on a daemon, Podman deploys containers as their own child process.
The only thing you’ll need to deploy a pod with Podman is a running instance of CentOS 8 with Podman installed.
tags: podman - centos - containers