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

docs/cli: add mtu option

Docker-DCO-1.1-Signed-off-by: Johan Euphrosine <proppy@google.com> (github: google)
Upstream-commit: 05c073b292
Component: cli
This commit is contained in:
Johan Euphrosine
2014-02-03 16:01:38 -08:00
committed by Tibor Vass
parent 559326d1b1
commit 9394ed21e5

View File

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