Container as systemd unit podman
Emit a portable .service that recreates the container on start; note: Quadlet is the modern way
podman generate systemd --new --files --name <name>
more podman
all 16 commands →
Export pod to Kubernetes YAML
podman generate kube <pod> > pod.yaml
Run Kubernetes YAML locally
podman play kube pod.yaml --replace
Rootless port/uid mapping debug
podman unshare cat /proc/self/uid_map; cat /etc/subuid
Auto-update from registry
podman auto-update --dry-run && systemctl --user start podman-auto-update
Migrate storage after upgrade
podman system migrate