Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 239 Bytes

README Network.md

File metadata and controls

9 lines (6 loc) · 239 Bytes

Network

docker network create --driver bridge network_1 docker network ls docker network insptect network_1

"bridge" is a common driver but also cross host is possible

``docker run -d --net=network_1 --name my-mongo mongo