mirror of
https://github.com/containers/podman.git
synced 2026-06-03 13:31:52 -04: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>