how to create a host driver in docker

C++
$ docker network create -d bridge my-bridge-network

Source

Also in C++: