Added escape sequence to tutorial

Upstream-commit: b22c9731102abbaf42e8d7e37e179ef56b945ccd
Component: engine
This commit is contained in:
Song Gao
2013-08-18 21:44:46 -05:00
parent ab7031e5b5
commit c06359e035

View File

@ -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``?