6 ms·
Actually, Docker doesn't always have docker0; you can configure it to use a different bridge. On my setup, for instance, I use br0 and share the same bridge fo
by jpetazzo 13y ago
Actually, Docker doesn't always have docker0; you can configure it to use a different bridge.
On my setup, for instance, I use br0 and share the same bridge for containers and VMs.
- nl 13y agoYeah, ok - Docker defaults to having docker0. I guess this conversation kinda encapsulates the problem..