mirror of
https://github.com/containers/podman.git
synced 2025-06-15 22:04:32 +08:00

For Status = "die", Docker sets the exit code of the container to a field "exitCode". Podman uses "containerExitCode". Copy the value into "exitCode" as well, for compatibility. Signed-off-by: Leah Neukirchen <leah@vuxu.org>