Differences between revisions 1 and 2
Revision 1 as of 2021-11-18 21:35:30
Size: 522
Comment:
Revision 2 as of 2021-11-18 21:36:05
Size: 565
Comment:
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
== Creation == == Creating Networks ==
Line 24: Line 24:

----



== Host Network ==

Docker Networking

For information on bridge networks between containers, see Bridge Networks.


Default Network

All containers are attached to a network. If one is not specified, the default network is used. This network is special in that there is no name resolution; the only way to communicate between containers is their ephemeral IP addresses.


Creating Networks

Name Resolution


Host Network


CategoryRicottone

Docker/Networking (last edited 2023-04-04 20:10:24 by DominicRicottone)