Skip to content

Attaching to a container and exiting/stopping on macOS #12906

Answered by mheon
jacksonbenete asked this question in Q&A
Discussion options

You must be logged in to vote

This is because you didn't create the container with a terminal (-t). Without a terminal, OS X is parsing all keystrokes, then subsequently passing them over to the container; for containers with a terminal, we set raw mode on the terminal in OS X and pass over the literal bytes from the keyboard. C-p C-q to detach does not work without -t because we can't interpret it ourselves, OS X is doing so.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rhatdan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants