From e3aae801dc0686c9782713db975cc2215fdc2cb4 Mon Sep 17 00:00:00 2001 From: "Guillaume J. Charmes" Date: Tue, 9 Apr 2013 10:14:18 -0700 Subject: [PATCH] Update README with escape sequence Upstream-commit: 2e6a5bc7ee932b3d723ca4b0a319477310b12c34 Component: engine --- components/engine/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/engine/README.md b/components/engine/README.md index ff86de8820..c186d9a063 100644 --- a/components/engine/README.md +++ b/components/engine/README.md @@ -134,6 +134,12 @@ docker pull base docker run -i -t base /bin/bash ``` +Detaching from the interactive shell +------------------------------------ +``` +# In order to detach without killing the shell, you can use the escape sequence Ctrl-p + Ctrl-q +# Note: this works only in tty mode (run with -t option). +``` Starting a long-running worker process --------------------------------------