Login to registry podman
Authenticate with a container registry
podman login registry.example.com -u myuser
more podman
all 16 commands →
Container as systemd unit
podman generate systemd --new --files --name <name>
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