How do I connect a docker bridged container to the outside of the host?
We're on a clean docker install on Linux all the networks we saw came as part of that default install so this bridge network was created for us. It contains a single virtual switch called docker0. We said this is the default Network and switch meaning if we create new containers and don't specify a network for them to join they're gonna get connected to that docker0 switch, be part of this bridge network and because the bridge network is created with the bridge driver it's a single host network.