mirror of
https://github.com/docker/cli.git
synced 2026-09-25 17:02:07 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user