Update README with escape sequence

This commit is contained in:
Guillaume J. Charmes 2013-04-09 10:14:18 -07:00
parent 72cef46e5e
commit 2e6a5bc7ee
1 changed files with 6 additions and 0 deletions

View File

@ -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
--------------------------------------