mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00

`podman init` is a debugging command for inspecting a container's OCI spec before it runs, to look for anything suspicious. It is not capable of supporting modifications to that spec, as it starts Conmon and thus the OCI runtime, so the spec has already been loaded by the time `podman init` is run. Signed-off-by: Matt Heon <mheon@redhat.com>