pablolie wrote: > I thought Docker *only* offers a bridge mode. Not an expert, just > attended a conference presentation on containers this week and that's > something I seem to remember. That, the fact that there is a confusing > array of CLI commands to configure the bridge mode and the overlay, and > that there's something called Swarm that makes stuff easier to manage. > :-P
Pablo, The naming makes it confusing. What Docker refers to as the "default bridge" network is a virtual subnet that ties together containers running on a common host. Bridge mode in VMWare, on the other hand, is a virtual network that puts the VM on the host's network. Here is a link might be helpful (skip down to "The basics of Docker Networking"): http://searchsdn.techtarget.com/feature/Docker-networking-How-Linux-containers-will-change-your-network Ken ------------------------------------------------------------------------ IceCreamKid's Profile: http://forums.slimdevices.com/member.php?userid=65878 View this thread: http://forums.slimdevices.com/showthread.php?t=104436 _______________________________________________ squeezenetwork mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezenetwork
