Fix some doc typos and spacings

Signed-off-by: Kevin Jing Qiu <kevin@idempotent.ca>
Upstream-commit: 3b2ee9a704f1e3974dbb9ce857886d5e377580ab
Component: engine
This commit is contained in:
Kevin Jing Qiu
2016-06-20 23:54:36 -07:00
parent 932804ba14
commit 1555ddd988
3 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ Many using Docker will want `ip_forward` to be on, to at least make
communication _possible_ between containers and the wider world. May also be
needed for inter-container communication if you are in a multiple bridge setup.
Docker will never make changes to your system `iptables` rules if you set
Docker will never make changes to your system `iptables` rules if you set
`--iptables=false` when the daemon starts. Otherwise the Docker server will
append forwarding rules to the `DOCKER` filter chain.