Podman Desktop Tutorial
Podman is an open source container management tool similar to Docker Engine. And Podman Desktop is open source client for Podman similar to Docker Desktop.
Feature |
Podman |
Docker |
|---|---|---|
License (CLI) |
Apache License 2.0 |
Apache License 2.0 |
Cost (CLI) |
Free |
Free |
License (GUI) |
Apache License 2.0 |
Proprietary |
Cost (GUI) |
Free |
US$9/user/month |
Multi-container applications |
Based on Kubernetes specification |
Based on Docker Compose specification |
This tutorial will guide you on how to use Podman and Podman Desktop.
Note
If you have experience with Docker, you might want to jump to Full Exemple.