github.com/tompao/docker@v1.9.1/docs/userguide/networking/default_network/index.md (about) 1 <!--[metadata]> 2 +++ 3 title = "Default bridge network" 4 description = "Docker networking" 5 keywords = ["network, networking, bridge, docker, documentation"] 6 [menu.main] 7 identifier="smn_networking_def" 8 parent= "smn_networking" 9 +++ 10 <![end-metadata]--> 11 12 # Docker default bridge network 13 14 With the introduction of the Docker networks feature, you can create your own 15 user-defined networks. The Docker default bridge is created when you install 16 Docker Engine. It is a `bridge` network and is also named `bridge`. The topics 17 in this section are related to interacting with that default bridge network. 18 19 - [Understand container communication](container-communication.md) 20 - [Legacy container links](dockerlinks.md) 21 - [Binding container ports to the host](binding.md) 22 - [Build your own bridge](build-bridges.md) 23 - [Configure container DNS](configure-dns.md) 24 - [Customize the docker0 bridge](custom-docker0.md) 25 - [IPv6 with Docker](ipv6.md)