-
Notifications
You must be signed in to change notification settings - Fork 3k
podman-remote: container killed by 'rm -f', exit code is 0 #7117
Copy link
Copy link
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes 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.Assist humans wanting to comment on an old issue or PR with locked comments.remoteProblem is in podman-remoteProblem is in podman-remote
Description
In window 1:
$ ./bin/podman system service --timeout=0In window 2:
$ ./bin/podman-remote run --name foo alpine sleep 30In 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes 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.Assist humans wanting to comment on an old issue or PR with locked comments.remoteProblem is in podman-remoteProblem is in podman-remote