- private default network created by Docker
- Containers linked to this Network will have an Internal IP address, using which containers can communicate with each other
- The hostmachine on which docker is running can also connect to the containers running on that hostmachine using this Network driver
- Docker demon created a docker0 ethernet bridge, you can see this when you enter the command ipconfig/ifconfig
- Widely used when executing in a standalone container