Merge pull request #4492 from ichik1/add-ip-forward-to-docs

Update daemon docs for --ip-forward
Upstream-commit: 8e0a4802ab13f40242ab997c8b75395d45fd52c0
Component: engine
This commit is contained in:
Guillaume J. Charmes
2014-03-12 16:29:33 -07:00
2 changed files with 4 additions and 4 deletions
@@ -80,8 +80,8 @@ Commands
-g, --graph="/var/lib/docker": Path to use as the root of the docker runtime
--icc=true: Enable inter-container communication
--ip="0.0.0.0": Default IP address to use when binding container ports
--ip-forward=true: Disable enabling of net.ipv4.ip_forward
--iptables=true: Disable docker's addition of iptables rules
--ip-forward=true: Enable net.ipv4.ip_forward
--iptables=true: Enable Docker's addition of iptables rules
--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
-p, --pidfile="/var/run/docker.pid": Path to use for daemon PID file
-r, --restart=true: Restart previously running containers