Type Definition podman_api::models::ContainerInspectResponseLibpod
source · [−]pub type ContainerInspectResponseLibpod = InspectContainerData;
Expand description
InspectContainerData provides a detailed record of a container’s configuration
and state as viewed by Libpod.
Large portions of this structure are defined such that the output is
compatible with docker inspect
JSON, but additional fields have been added
as required to share information not in the original output.