From 1917d3b958da9ffc3b738941c783e9424e3c9c2e Mon Sep 17 00:00:00 2001 From: yuexiao-wang Date: Mon, 12 Sep 2016 16:08:59 +0800 Subject: [PATCH] add option and update the description Signed-off-by: yuexiao-wang --- docs/reference/commandline/cli.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/reference/commandline/cli.md b/docs/reference/commandline/cli.md index 61e33957b1..3982941d75 100644 --- a/docs/reference/commandline/cli.md +++ b/docs/reference/commandline/cli.md @@ -174,8 +174,9 @@ To list the help on any command just execute the command, followed by the Run a command in a new container - -a, --attach=[] Attach to STDIN, STDOUT or STDERR - --cpu-shares=0 CPU shares (relative weight) + Options: + --add-host value Add a custom host-to-IP mapping (host:ip) (default []) + -a, --attach value Attach to STDIN, STDOUT or STDERR (default []) ... ## Option types