Merge pull request #2 from SvenDowideit/docker_run_-it_docs

add a little bit mentioning commandline option combinations

Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
Upstream-commit: 954a913c1f32c604037c81279afaf15080873447
Component: engine
This commit is contained in:
Victor Vieux
2014-03-03 18:48:47 +00:00
@@ -20,8 +20,12 @@ To list available commands, either run ``docker`` with no parameters or execute
.. _cli_options:
Types of Options
----------------
Options
-------
Single character commandline options can be combined, so rather than typing
``docker run -t -i --name test busybox sh``, you can write
``docker run -ti --name test busybox sh``.
Boolean
~~~~~~~