From 05adee5acab7cd7448513896c72a8f44caef5260 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Fri, 28 Feb 2014 08:07:46 +1000 Subject: [PATCH] add a little bit mentioning commandline option combinations Docker-DCO-1.1-Signed-off-by: Sven Dowideit (github: SvenDowideit) Upstream-commit: 0db1996a26f4311b06ae3d752f3a010f27d358e5 Component: cli --- components/cli/docs/sources/reference/commandline/cli.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/components/cli/docs/sources/reference/commandline/cli.rst b/components/cli/docs/sources/reference/commandline/cli.rst index 564ea8a034..06d57ad359 100644 --- a/components/cli/docs/sources/reference/commandline/cli.rst +++ b/components/cli/docs/sources/reference/commandline/cli.rst @@ -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 ~~~~~~~