mirror of https://github.com/docker/docs.git
Updated networking.md to remove sent word used twice (#15322)
There was a small error where we see sent sent, so removed one of the sent word. Line 395.
This commit is contained in:
parent
56aa5eea57
commit
b6a87b3676
|
|
@ -392,7 +392,7 @@ multiple interfaces, `--advertise-addr` must be specified explicitly, and
|
|||
`--data-path-addr` defaults to `--advertise-addr` if not specified. Traffic about
|
||||
joining, leaving, and managing the swarm is sent over the
|
||||
`--advertise-addr` interface, and traffic among a service's containers is sent
|
||||
sent over the `--data-path-addr` interface. These flags can take an IP address or
|
||||
over the `--data-path-addr` interface. These flags can take an IP address or
|
||||
a network device name, such as `eth0`.
|
||||
|
||||
This example initializes a swarm with a separate `--data-path-addr`. It assumes
|
||||
|
|
|
|||
Loading…
Reference in New Issue