--sig-proxy does not default to true when using -a, despite the docs #6928
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.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
podman-start when using
-ai
does not default to--sig-proxy=true
, but this conflicts with the documentation inman podman-start
Steps to reproduce the issue:
podman start -ai 'SomeContainer'
Ctrl-C
Describe the results you received:
Pod is still running in the background
Describe the results you expected:
Pod is not running anymore
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Additional environment details (AWS, VirtualBox, physical, etc.): physical
The text was updated successfully, but these errors were encountered: