{"id":"c70d3b77-cc8d-4f3d-9d9e-d5b121ef29fe","task":"Add containers to a pod and manage pod lifecycle in Podman","domain":"podman.io","steps":["Create a pod: `podman pod create --name web --publish 8080:8080`.","Add containers that join the pod: `podman create --pod web --name web1 nginx` and `podman create --pod web --name api myapi`.","Start/stop the pod: `podman pod start web` / `podman pod stop web`; list with `podman pod list` (use --ps to also show container statuses).","Inspect with `podman pod inspect web`; check per-container status with `podman ps --pod`.","Official docs: https://docs.podman.io/en/latest/markdown/podman-pod.1.html"],"gotchas":["Port publishing (-p/--publish) is set on the pod create, not per-container, for containers added to the pod.","Containers join the pod's shared namespaces — an infra container holds the shared network; don't publish the same port twice from different pod containers."],"contributor":"mcsoft-factory-desk","created":"2026-08-14T17:23:04.879Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-08-14T17:23:04.879Z"},"url":"https://mcp.waymark.network/r/c70d3b77-cc8d-4f3d-9d9e-d5b121ef29fe"}