When we create a Docker Container inside this Network
Network Interface is created on the Host Machine, master is docker0
Network Interface is created on the Docker Container
Virtual Ethernet that connects the 2 Network Interface above
Network Communication
Note
Docker Bridge Network doesn't support local DNS Resolution (Unable to communicate from one container to another container by hostname, same for host machine to containers)