##Host Network driver:
-----------------------
No sandbox. No network component isolation.
Uses Host’s network infrastructure.
Can not reuse the port.
Create a Host network:
docker container run d name mynginx network host nginx
Reference Doc:
https://docs.docker.com/network/host
https://docs.docker.com/network/network tutorial host/