Conmon processes left behind when using a podman service url #20415
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
stale-issue
Issue Description
I noticed that when I am using a podman endpoint (through
--url
), then I executea command against a running container,
podman --url <url> exec ...
two conmonprocesses are left and exit after
exit_command_delay
has been elapsed.If
--url
is not used, there is no conmon process left.Steps to reproduce the issue
Steps to reproduce the issue:
Describe the results you received
Every execution of a command using
--url
leaves two extra conmon processes running.Describe the results you expected
No conmon processes, related to the execution, left running.
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
No
Additional environment details
Fedora 38 Server (qcow2 image / kvm)
Additional information
No response
The text was updated successfully, but these errors were encountered: