RE: https://hachyderm.io/@mitchellh/115967643749932536

cc/ genius Docker engineer who remapped c-p x years ago and we’re still there

@marin Who what now?
@mitchellh lol
Try ctrl-p inside of a docker container’s shell
@marin I don't have Docker installed... what does it do :P
@mitchellh nothing 🤣
Actually tho it’s mapped to detach escape sequence IIRC. Podman conveniently does the same
docker change Ctrl+p to something else?

I am using docker run /bin/bash to develop my container and every time I want to use Ctrl+p in a terminal or in emacs, I have to type it twice, since docker uses it to detach from a container (Ctrl+p

Stack Overflow