Docker custom network

Create our own network with one command:

docker network create --driver bridge --subnet 192.168.0.0/16 --gateway 192.168.0.1 mynet

Guess you like

Origin blog.csdn.net/qq_43612538/article/details/108405303