mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Added escape sequence to tutorial
This commit is contained in:
parent
67c9ce6dd1
commit
b22c973110
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ Running an interactive shell
|
|||
|
||||
# Run an interactive shell in the ubuntu image,
|
||||
# allocate a tty, attach stdin and stdout
|
||||
# To detach the tty without exiting the shell,
|
||||
# use the escape sequence Ctrl-p + Ctrl-q
|
||||
sudo docker run -i -t ubuntu /bin/bash
|
||||
|
||||
Why ``sudo``?
|
||||
|
|
Loading…
Reference in a new issue