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 Ctrl+q). How can I change Ctrl+p to something else more convenient that is not used in emacs or in a terminal setting?

