Update README with escape sequence

Upstream-commit: 2e6a5bc7ee932b3d723ca4b0a319477310b12c34
Component: engine
This commit is contained in:
Guillaume J. Charmes
2013-04-09 10:14:18 -07:00
parent d00cf2eba1
commit e3aae801dc

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