Docker Bridge Conflicts with Host Network

前端 未结 2 1580
遥遥无期
遥遥无期 2020-12-29 09:31

Docker seems to be creating a bridge after a container starts running that then conflicts with my host network. This is not the default bridge docker0, but rather another b

2条回答
  •  梦毁少年i
    2020-12-29 10:16

    The bridge was created from docker-compose, which can be configured within the compose file.

    Answer found here: Docker create two bridges that corrupts my internet access

提交回复
热议问题