1
0
mirror of https://github.com/docker/cli.git synced 2026-01-23 15:21:32 +03:00

add a little bit mentioning commandline option combinations

Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@fosiki.com> (github: SvenDowideit)
Upstream-commit: 0db1996a26
Component: cli
This commit is contained in:
Sven Dowideit
2014-02-28 08:07:46 +10:00
committed by Tibor Vass
parent acb1068850
commit 05adee5aca

View File

@@ -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
~~~~~~~