DEV Community

Ivan Guerreschi
Ivan Guerreschi

Posted on

2 1

Install Podman on Fedora Linux

Podman is a daemonless container engine for developing, managing, and running OCI Containers on your Linux System.

Podman is installed by default in Fedora Linux and Fedora Silverblue. If not, use this command:

sudo dnf install podman

First example:

podman pull hello-world
podman run hello-world

Top comments (0)

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay