Allow mtu to be configured at daemon start

This commit is contained in:
Michael Crosby
2013-12-20 12:12:03 -05:00
parent 636dfc82b0
commit 566ff54d0d
6 changed files with 12 additions and 2 deletions
+1
View File
@@ -37,6 +37,7 @@ To list available commands, either run ``docker`` with no parameters or execute
-icc=true: Enable inter-container communication
-ip="0.0.0.0": Default IP address to use when binding container ports
-iptables=true: Disable docker's addition of iptables rules
-mtu=1500: Set the containers network mtu
-p="/var/run/docker.pid": Path to use for daemon PID file
-r=true: Restart previously running containers
-s="": Force the docker runtime to use a specific storage driver