This blog has migrated to blog.bekenev.net.
New posts will not be published here and will appear on the new site instead.

Docker Terminal

Docker detach keys

If you like me and use CTRL-P/CTRL-N instead of arrow keys to navigate through command history, you should be disappointed on how CTRL-P works in docker terminal (the one you see after docker run, docker exec).

It turned out CTRL-P is used for what they call detaching from terminal, which I didn’t know about even.

So basically when you press CTRL-P the terminal is waiting for another key press (CTRL-Q in current case). That’s why CTRL-P works in strange way.