{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreib6uu7o3ctniac7v7eoiyt3ja3aymyqvdp2sfn43psg5s64wutlt4",
    "uri": "at://did:plc:5sgu76a53rz3n6unbykmovqy/app.bsky.feed.post/3mlogtzqcuuq2"
  },
  "description": "Podman is an open-source container engine compatible with the Docker CLI but architected without a long-running root daemon. Containers run as a regular user, in a rootless namespace, with a pod abstraction borrowed from Kubernetes. Podman is the default container engine on Red Hat Enterprise Linux and Fedora.\n\n\nHow it differs from Docker\n\n * Daemonless. No central dockerd service; each podman invocation is a short-lived process.\n * Rootless by default. Containers run under the invoking user wit",
  "path": "/engineering-glossary/podman-rootless-containers/",
  "publishedAt": "2026-05-12T18:40:39.000Z",
  "site": "https://sahilkapoor.com",
  "tags": [
    "Docker",
    "containerd",
    "OCI",
    "Container Runtime",
    "Kubernetes"
  ],
  "textContent": "**Podman** is an open-source container engine compatible with the Docker CLI but architected without a long-running root daemon. Containers run as a regular user, in a rootless namespace, with a pod abstraction borrowed from Kubernetes. Podman is the default container engine on Red Hat Enterprise Linux and Fedora.\n\n## How it differs from Docker\n\n  * **Daemonless.** No central `dockerd` service; each `podman` invocation is a short-lived process.\n  * **Rootless by default.** Containers run under the invoking user with user namespaces, reducing privilege exposure.\n  * **Pods.** Native concept of a pod (group of containers sharing a network namespace), borrowed from Kubernetes.\n  * **Drop-in CLI.** `alias docker=podman` works for most workflows.\n  * **Systemd integration.** `podman generate systemd` creates unit files for running containers as system services.\n\n\n\n## Companion tools\n\n  * **Buildah.** Builds OCI images without requiring a Dockerfile.\n  * **Skopeo.** Image inspection and registry-to-registry copies.\n  * **Podman Desktop.** GUI alternative to Docker Desktop, cross-platform.\n\n\n\nšŸ”—\n\n**Related Terms**\nDocker, containerd, OCI, Container Runtime, Kubernetes.",
  "title": "Podman",
  "updatedAt": "2026-05-13T19:14:45.289Z"
}