mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00

This mirrors the conversion currently being done in `LibpodToContainer` into `LibpodToContainerJSON`, converting podman style statuses to docker style statuses as defined in their OpenAPI definition: https://docs.docker.com/reference/api/engine/version/v1.49/#tag/Container/operation/ContainerInspect Fixes: #17728 Signed-off-by: Patrick Barrett <patrick@psbarrett.com>