-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker returns 'die' status rather then 'died' status #10171
Conversation
@davemulford PTAL |
In order to be more compatible with Docker, we should return a container die status rather then a "container died", Too late to change this for Podman. Partially fixes: containers#10168 [NO TESTS NEEDED] No easy way to test this. Signed-off-by: Daniel J Walsh <[email protected]>
LGTM
…On Wed, Apr 28, 2021 at 14:37 Daniel J Walsh ***@***.***> wrote:
@davemulford <https://github.com/davemulford> PTAL
@mheon <https://github.com/mheon> @jwhonce <https://github.com/jwhonce>
@baude <https://github.com/baude> PTAL
@containers/podman-maintainers
<https://github.com/orgs/containers/teams/podman-maintainers> PTAL
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10171 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3AOCGVYMBEBQBIXIPAB3DTLBIWVANCNFSM43XTXXJQ>
.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhatdan, saschagrunert, zhangguanzhang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
In order to be more compatible with Docker, we should return a
container die status rather then a "container died", Too late to
change this for Podman.
Partially fixes: #10168
[NO TESTS NEEDED] No easy way to test this.
Signed-off-by: Daniel J Walsh [email protected]