mirror of https://github.com/docker/docs.git
Very minor formatting update for docs/sources/articles/networking.md
Docker-DCO-1.1-Signed-off-by: James Turnbull <james@lovedthanlost.net> (github: jamtur01)
This commit is contained in:
parent
4b3ee6c106
commit
1ce3e22efc
|
@ -152,7 +152,7 @@ Four different options affect container domain name services.
|
||||||
`--link=` option is discussed in more detail below, in the section
|
`--link=` option is discussed in more detail below, in the section
|
||||||
[Communication between containers](#between-containers). Because
|
[Communication between containers](#between-containers). Because
|
||||||
Docker may assign a different IP address to the linked containers
|
Docker may assign a different IP address to the linked containers
|
||||||
on restart, Docker updates the ALIAS entry in the /etc/hosts file
|
on restart, Docker updates the `ALIAS` entry in the `/etc/hosts` file
|
||||||
of the recipient containers.
|
of the recipient containers.
|
||||||
|
|
||||||
* `--dns=IP_ADDRESS...` — sets the IP addresses added as `server`
|
* `--dns=IP_ADDRESS...` — sets the IP addresses added as `server`
|
||||||
|
|
Loading…
Reference in New Issue