If you are digging on Google for a Docker replacement most likely you will end up with Podman. The installation of Podman on CentOS 9 Stream is very simple and straightforward.
Prerequisites
- CentOS 9 Stream
- sudo privileges
Install Podman on CentOS 9 Stream
Step 1. Update the CentOS 9 packages.
sudo dnf update
Step 2. Install Podman.
sudo dnf install podman
Step 3. Verify the installation.
podman --version
Conclusion
Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.