Podman
No Change
trial
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:
| Topic | Notes |
|---|---|
| Install | https://podman.io/getting-started/installation (Linux primary; Podman Desktop for macOS/Windows) |
| Rootless | Needs /etc/subuid and /etc/subgid; pasta or slirp4netns for networking |
| Compose | podman compose for Compose files; verify against Docker Compose features you use |
| Builds | Image builds delegate to Buildah; Dockerfile workflow is familiar |
| Remote | podman --remote and API service for tools that expect a Docker socket |
| Dev Containers | Works when the IDE can reach a compatible socket; test with your stack |
References
Details
| Topic | Notes |
|---|---|
| Install | https://podman.io/getting-started/installation (Linux primary; Podman Desktop for macOS/Windows) |
| Rootless | Needs /etc/subuid and /etc/subgid; pasta or slirp4netns for networking |
| Compose | podman compose for Compose files; verify against Docker Compose features you use |
| Builds | Image builds delegate to Buildah; Dockerfile workflow is familiar |
| Remote | podman --remote and API service for tools that expect a Docker socket |
| Dev Containers | Works when the IDE can reach a compatible socket; test with your stack |
References