Docker for network engineers. Part 1 – What is Docker?
Forget OpenStack, forget VMWare, Docker is the new kid on the block.TL;DR
Docker and Linux containers result in more dense VMs per physical servers, increasing the network load per physical server and developers use it to run more VMs than ever before.Also, there is no vSwitch (that is the most important peace of information).
What is Docker?
Docker is an echo system built on top Linux containers. To tell the tale, we need to start with Hypervisors.
Hypervisors
The "regular" virtualization is a hardware virtualization. That means that a hypervisor such as ESX, or even your laptop running vmware/vbox, emulates several virtualized physical servers running side by side on a single physical machine.
Notice that each virtual machine is running it own OS. That is wasteful. Especially because it is very rare to find two applications running inside a single server, so for each application, we run the OS too.
The plus side is that you can run any mix of OSes side by side on the same physical server.You can run Windows, Linux, Solaris, IOSv, ASAv, CSR1000v, vMX, Alteon VA, F5, Vyatta, etc.... concurrently on one physical server.



At this point, a new window will appear. Make sure the Transport tab is selected then choose Do 


