1. Open Server SSH
Open your server's SSH Command Shell and log in as root user.
2. Update Server
Ensure the server is up to date using the command;
dnf update -y
3. Install Podman
Installing the Podman-Docker package allows you to use the keywords 'podman' and 'docker' interchangeably to run Podman
dnf install podman podman-docker -y
4. Verify Installation
Test whether podman was successfully installed using the following command;
podman version