mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #22086 from aboch/doc
Clarify container external connectivity in multi-network scenario
This commit is contained in:
commit
e764e0215e
1 changed files with 3 additions and 1 deletions
|
@ -293,7 +293,9 @@ specifications.
|
||||||
You can create multiple networks. You can add containers to more than one
|
You can create multiple networks. You can add containers to more than one
|
||||||
network. Containers can only communicate within networks but not across
|
network. Containers can only communicate within networks but not across
|
||||||
networks. A container attached to two networks can communicate with member
|
networks. A container attached to two networks can communicate with member
|
||||||
containers in either network.
|
containers in either network. When a container is connected to multiple
|
||||||
|
networks, its external connectivity is provided via the first non-internal
|
||||||
|
network, in lexical order.
|
||||||
|
|
||||||
The next few sections describe each of Docker's built-in network drivers in
|
The next few sections describe each of Docker's built-in network drivers in
|
||||||
greater detail.
|
greater detail.
|
||||||
|
|
Loading…
Add table
Reference in a new issue