Docker environment built using docker-toolbox on windows
The default docker0 bridge is 172.17.0.1 and it is not in the same network segment as the LAN
How to modify this IP?
I read a lot of people saying that they can modify it through a series of brctl instructions, but there is no such command in boot2docker, and all attempts to install it failed
1. Check the network
You can create your own network.
I think you misunderstood. Docker0 only defaults to 172.17.0.1, which is a bridge network card by default
You can specify the network you feel happy with
2. Modify the network card address of docker0
docker0 is the network link layer of the osi7 layer model