Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 891 Bytes

Create_a_Docker_bridge_network_for_a_developer_to_use_for_their_containers.md

File metadata and controls

12 lines (8 loc) · 891 Bytes

Create a Docker bridge network for a developer to use for their containers

By default, Docker Engine connects container via a default bridge to the network of the node. However, only overlay networks in a Swarm context let containers communicate further than the nodes network boundaries. In special cases, own bridge networks can be added to i.e. allow for communication only between two special containers.

Official Docker Documentation

How to connect two containers via a private bridge

The extended description of Network Create

One can also change the default bridge of the Docker Engine