mirror of https://github.com/docker/docs.git
* Remove incorrect difference between user-defined and default bridge This PR removes the first bullet point from the list differences between user-defined bridge networks and the default bridge network: [User-defined bridges provide better isolation and interoperability between containerized applications](https://docs.docker.com/network/bridge/#differences-between-user-defined-bridges-and-the-default-bridge). The default bridge network, similar to user-defined bridges, opens all ports to other containers and allows for inter-container communication by default. This is elaborated and demonstrated in #8973. Other relevant issue: #8437. * Remove mention of previous bullet point * Added isolation advantage of user-defined over default network |
||
|---|---|---|
| .. | ||
| bridge.md | ||
| host.md | ||
| index.md | ||
| iptables.md | ||
| links.md | ||
| macvlan.md | ||
| network-tutorial-host.md | ||
| network-tutorial-macvlan.md | ||
| network-tutorial-overlay.md | ||
| network-tutorial-standalone.md | ||
| none.md | ||
| overlay.md | ||
| proxy.md | ||