Basically I have a custom bridge setup that I’ve attached the Docker daemon to in addition to disabling Docker’s iptables management capability. By using docker-compose, Docker automatically creates a new bridge interface with no route to the outside. I’m trying to make it so Docker does not create a new interface but instead use the existing “bridge” by reading the new 2.0 documentation without success.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Docker compose break existing network bridge | 3 | 2162 | March 3, 2024 | |
| Docker does not create bridge network by default | 10 | 38058 | October 29, 2023 | |
| Docker creates unwanted bridge networks NOT docker0 bridge | 2 | 255 | September 13, 2023 | |
| Confgure docker0 as bridge for all containers interface | 0 | 658 | March 5, 2018 | |
| Bind docker brigde to host interfaces | 1 | 594 | August 14, 2020 |