Marco Bravo

Logo

Marco Bravo's DEV Profile If you don’t know, ask – if you know, share! ~ opensource mindset Baseball ball image


➠ "We may not have control over our circumstances, but we do have control over our minds"
➠ What do I want to do next?
Cloud and rainbow image

View My GitHub Profile

21 January 2020

Deploy a Pod on CentOS with Podman

by Marco Bravo

podman logo

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.

Full article

tags: podman - centos - containers