Skip to content

Introduction

With a simple example application, the next step is to run the code using a container. Docker is the most common tool however, Podman is Red Hat’s open source equivalent. It’s so similar you can even install a package that allows you to invoke Podman commands using a docker alias command. Use dnf install podman-docker.

Fedora and RHEL

Install Podman:

sudo dnf install podman buildah -y