mirror of https://github.com/docker/docs.git
fix formatting in container-communication.md
fix formatting in container-communication.md so page is rendered perfectly at https://docs.docker.com/engine/userguide/networking/default_network/container-communication/
This commit is contained in:
parent
4a833da9f3
commit
78ff6bf07e
|
@ -29,6 +29,7 @@ Docker will go set `ip_forward` to `1` for you when the server starts up. If you
|
|||
set `--ip-forward=false` and your system's kernel has it enabled, the
|
||||
`--ip-forward=false` option has no effect. To check the setting on your kernel
|
||||
or to turn it on manually:
|
||||
|
||||
```
|
||||
$ sysctl net.ipv4.conf.all.forwarding
|
||||
|
||||
|
|
Loading…
Reference in New Issue