To create a user-defined bridge network, one can use the docker network create command -
$ docker network create mynet
You can specify the subnet, the IP address range, the gateway, and other options. See the docker network create reference or the output of docker network create --help for details.
Итог
Key takeaway for interview: How to create a user-defined Bridge network ?