Podman

Last updated
Podman
Developer(s) Red Hat
Stable release
5.5.1 [1] / 5 June 2025;14 days ago (5 June 2025)
Repository
Written in Go
Operating system Linux, Windows, macOS, FreeBSD
Type OS-level virtualization
License Apache-2.0 license
Website podman.io

In computing, Podman (pod manager) is an open source Open Container Initiative (OCI)-compliant [2] container management tool from Red Hat used for handling containers, images, volumes, and pods on the Linux operating system, [3] with support for macOS and Microsoft Windows via a virtual machine. [4] Based on the libpod library, it offers APIs for the lifecycle management of containers, pods, images, and volumes. The API is identical to the Docker API. [5] Podman Desktop provides an alternative to Docker Desktop. [6]

Contents

Security

Podman lets containers run without root privileges (rootless), meaning they can be created, run, and managed by regular users without administrator rights by using Linux namespaces. [7]

See also

References

  1. "v5.5.1". 5 June 2025. Retrieved 6 June 2025.
  2. Walker, James (June 4, 2021). "What Is Podman and How Does It Differ from Docker?". How-To Geek.
  3. Primavera, Jacqueline (June 17, 2022). "What is Podman? The container engine replacing Docker". InfoWorld .
  4. Krill, Paul (May 23, 2023). "Red Hat puts Podman container management on the desktop". InfoWorld .
  5. "Podman | GoLand". GoLand Help.
  6. Walker, James (January 19, 2023). "Getting Started With Podman Desktop, an Open Source Docker Desktop Alternative". How-To Geek.
  7. "Rootless containers with Podman". Red Hat Developer. 25 September 2020. Retrieved 2024-10-12.

Further reading