commit baa70e975186bb0ee8a4b16b9374cb6e794f8975 duplicates
the description of --mtu.
This patch removes the duplicated description.
Docker-DCO-1.1-Signed-off-by: Ken ICHIKAWA <ichikawa.ken@jp.fujitsu.com> (github: ichik1)
| ... | ... |
@@ -82,7 +82,6 @@ Commands |
| 82 | 82 |
--ip="0.0.0.0": Default IP address to use when binding container ports |
| 83 | 83 |
--ip-forward=true: Enable net.ipv4.ip_forward |
| 84 | 84 |
--iptables=true: Enable Docker's addition of iptables rules |
| 85 |
- --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 |
|
| 86 | 85 |
-p, --pidfile="/var/run/docker.pid": Path to use for daemon PID file |
| 87 | 86 |
-r, --restart=true: Restart previously running containers |
| 88 | 87 |
-s, --storage-driver="": Force the docker runtime to use a specific storage driver |