CentOS 5527 Published by

TechRepublic published a tutorial about deploying Podman, a new container deployment engine for CentOS 8 and RHEL 8



How to deploy a pod with Podman

Podman is the new container deployment engine for CentOS 8 and RHEL 8. Although it has the same goal as the Docker engine (deploying and managing containers), it does so in a very different way--at least under the hood. From the user perspective, it's quite similar to Docker in how it works.

For the most part.

Yes, you pull images and deploy containers in the same fashion as you do with the Docker engine. But, Podman has a couple of new tricks up its sleeve. One such trick is pods. Pods are a group of one or more containers that operate together.

How to deploy a pod with Podman