-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Ctrl+C doesn't kill the container using podman attach
with podman machine
#16662
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.
macos
MacOS (OSX) related
remote
Problem is in podman-remote
Comments
github-actions
bot
added
macos
MacOS (OSX) related
remote
Problem is in podman-remote
labels
Nov 29, 2022
Testing this locally on Linux, it seems to work correctly. |
A friendly reminder that this issue had no activity for 30 days. |
@ashley-cui could you confirm this works for you on a Mac? |
Seems like a legitimate issue.
|
Might be a podman -remote versus podman issue? |
Yep, looks like we have to plumb sig-proxy through the attach code as well. I'll give this a stab. |
This worked for me. |
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Sep 5, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
macos
MacOS (OSX) related
remote
Problem is in podman-remote
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Cannot stop container attached by
podman attach
by pressing Ctrl+CSimilar to #14707 but for
podman attach
commandSteps to reproduce the issue:
podman machine start
podman run --rm -d --name test nginx
podman attach test
press
ctrl+c
podman ps --noheading
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
It works as expected if
2.
and3.
are replaced bypodman run --rm -it nginx
.Output of
podman version
:Output of
podman info
:Package info (e.g. output of
rpm -q podman
orapt list podman
orbrew info podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
macOS Ventura 13.0.1
The text was updated successfully, but these errors were encountered: