mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update README with escape sequence
This commit is contained in:
parent
72cef46e5e
commit
2e6a5bc7ee
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
--------------------------------------
|
||||
|
|
Loading…
Reference in a new issue