Skip to content

podman-remote: container killed by 'rm -f', exit code is 0 #7117

@edsantiago

Description

@edsantiago

In window 1:

$ ./bin/podman system service --timeout=0

In window 2:

$ ./bin/podman-remote run --name foo alpine sleep 30

In window 3:

$ ./bin/podman-remote rm -f foo    [pauses 10 seconds]
<sha>

Go back to window 2. Container has exited, but rc=0 (expected: 137). podman stop foo works as expected - kills the container, and the run process (window 2) exits 137.

Related: #3795

master @ 288ebec, root & rootless

Metadata

Metadata

Assignees

Labels

kind/bugCategorizes issue or PR as related to a bug.locked - please file new issue/PRAssist humans wanting to comment on an old issue or PR with locked comments.remoteProblem is in podman-remote

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions