| ... | ... |
@@ -154,7 +154,7 @@ docker run -i -t ubuntu:12.10 /bin/bash |
| 154 | 154 |
Detaching from the interactive shell |
| 155 | 155 |
------------------------------------ |
| 156 | 156 |
``` |
| 157 |
-# In order to detach without killing the shell, you can use the escape sequence Ctrl-p + Ctrl-q |
|
| 157 |
+# To detach without killing the shell, you can use the escape sequence Ctrl-p + Ctrl-q |
|
| 158 | 158 |
# Note: this works only in tty mode (run with -t option). |
| 159 | 159 |
``` |
| 160 | 160 |
|