瀏覽代碼

docs/cli: add mtu option

Docker-DCO-1.1-Signed-off-by: Johan Euphrosine <proppy@google.com> (github: google)
Johan Euphrosine 11 年之前
父節點
當前提交
ab1482e9c2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/sources/reference/commandline/cli.rst

+ 1 - 0
docs/sources/reference/commandline/cli.rst

@@ -80,6 +80,7 @@ Commands
       -r, --restart=true: Restart previously running containers
       -s, --storage-driver="": Force the docker runtime to use a specific storage driver
       -v, --version=false: Print version information and quit
+      -mtu, --mtu=0: Set the containers network MTU; if no value is provided: default to the default route MTU or 1500 if not default route is available
 
 The Docker daemon is the persistent process that manages containers.  Docker uses the same binary for both the 
 daemon and client.  To run the daemon you provide the ``-d`` flag.