1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Small wording fix in README

This commit is contained in:
Solomon Hykes 2013-04-18 22:24:52 -07:00
parent 79a78d37e7
commit 3d2fd8a650

View file

@ -154,7 +154,7 @@ docker run -i -t ubuntu:12.10 /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
# 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).
```