Skip to content

Commit

Permalink
Merge pull request #2 from SvenDowideit/docker_run_-it_docs
Browse files Browse the repository at this point in the history
add a little bit mentioning commandline option combinations

Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
  • Loading branch information
vieux committed Mar 3, 2014
2 parents 3839e3a + cdec329 commit 954a913
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/sources/reference/commandline/cli.rst
Expand Up @@ -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
~~~~~~~
Expand Down

0 comments on commit 954a913

Please sign in to comment.