Default bridge network
Estimated reading time: 1 minuteWith the introduction of the Docker networks feature, you can create your own
user-defined networks. The Docker default bridge is created when you install
Docker Engine. It is a bridge
network and is also named bridge
. The topics
in this section are related to interacting with that default bridge network.
- Understand container communication
- Legacy container links
- Binding container ports to the host
- Build your own bridge
- Configure container DNS
- Customize the docker0 bridge
- IPv6 with Docker