Podman

No Change
trial
First Added:December 17, 2023 Updated: July 29, 2026

Podman. Is a daemonless OCI container engine with a Docker-compatible CLI and rootless-by-default security model.

Summary

Garden stance: We trial Podman for our estate.

Key points:

TopicNotes
Installhttps://podman.io/getting-started/installation (Linux primary; Podman Desktop for macOS/Windows)
RootlessNeeds /etc/subuid and /etc/subgid; pasta or slirp4netns for networking
Composepodman compose for Compose files; verify against Docker Compose features you use
BuildsImage builds delegate to Buildah; Dockerfile workflow is familiar
Remotepodman --remote and API service for tools that expect a Docker socket
Dev ContainersWorks when the IDE can reach a compatible socket; test with your stack

References

Details

TopicNotes
Installhttps://podman.io/getting-started/installation (Linux primary; Podman Desktop for macOS/Windows)
RootlessNeeds /etc/subuid and /etc/subgid; pasta or slirp4netns for networking
Composepodman compose for Compose files; verify against Docker Compose features you use
BuildsImage builds delegate to Buildah; Dockerfile workflow is familiar
Remotepodman --remote and API service for tools that expect a Docker socket
Dev ContainersWorks when the IDE can reach a compatible socket; test with your stack

References