Skip to content

Commit

Permalink
Clarify container external connectivity in multi-network scenario
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Boch <[email protected]>
  • Loading branch information
aboch committed Apr 18, 2016
1 parent 30859c3 commit c2e088e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/userguide/networking/dockernetworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,9 @@ specifications.
You can create multiple networks. You can add containers to more than one
network. Containers can only communicate within networks but not across
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
greater detail.
Expand Down

0 comments on commit c2e088e

Please sign in to comment.