Browse code

Merge pull request #22086 from aboch/doc

Clarify container external connectivity in multi-network scenario

Vincent Demeester authored on 2016/04/19 01:16:51
Showing 1 changed files
... ...
@@ -293,7 +293,9 @@ specifications.
293 293
 You can create multiple networks. You can add containers to more than one
294 294
 network. Containers can only communicate within networks but not across
295 295
 networks. A container attached to two networks can communicate with member
296
-containers in either network.
296
+containers in either network. When a container is connected to multiple
297
+networks, its external connectivity is provided via the first non-internal
298
+network, in lexical order.
297 299
 
298 300
 The next few sections describe each of Docker's built-in network drivers in
299 301
 greater detail.