I have a very basic setup on a fresh install of Fedora 25 Workstation for some virtual machines through virt-manager. I have a bridge (br0) setup for the VMs to use with the ethernet as its slave device. I've tried a number of different things but no matter what I do when I install docker, the bridge breaks for the VMs. The host will still be connected and reachable but then the VMs will time out trying to raise their interfaces. Remove docker and the problem goes away.
I've done a bit of diffing between with docker and without (through a LVM snapshot) and have not come up with anything obvious.
I've added the bridge after docker, I've removed docker's bridge and it seems no matter what I do docker breaks my bridge for my VMs. I would love to have them both working on this one machine and know it has to be possible (I mean the world wouldn't make sense if it wasn't possible) but I've been unable to figure out what the magic bullet is in quite a few hours of trial and error/reading.
I'm using Network Manager's cli to setup the bridge, similar to what can be found here (https://www.server-world.info/en/not...edora_23&p=kvm). But I do the ipv4.method as auto instead of static.
Does anyone have any ideas? TIA....
tim