mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
* 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