4 available network drivers : docker run –net [
– bridge (default)
has its own virtual eth0 layer
connected to a virtual docker0 switch layer
– null !
no connection whatsoever !
– host
takes on ALL network config of host machine !!!
– container
uses the network config of another container !