mirror of
https://github.com/containers/podman.git
synced 2026-06-14 18:54:46 -04: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>