d11wtq / dockerpty

Pseudo-tty handler for docker Python client
https://github.com/d11wtq/dockerpty
Apache License 2.0
156 stars 62 forks source link

Need support for custom detachKeys #68

Closed qinix closed 7 years ago

qinix commented 8 years ago

I'm an emacs user and every time I want to use ctrl-p, I have to type it twice since ctrl-p is the prefix of the detachKeys. docker already has a config file which can change the detachKeys, docker/docker#3519. But it doesn't work in docker-compose.

Someone who also get trouble in this issue. #62

thiagowfx commented 7 years ago

The upstream issue has been closed, so this one could probably be closed too.

Edit: actually, nevermind, I think I've misunderstood this issue.