May 18, 20179 yr Hi, Is it possible to add the docker0 bridge as a second interface on my vm, I only have virbr0 and br0 as options ?
May 19, 20179 yr Author Ok, managed to solve this. The dynamix UI, only allows you to select a bridge in the format: ^(vir)?br\d\S* So what I did was to set it manually with the edit XML option and add an interface for example: <interface type='bridge'> <mac address='de:ad:be:ef:be:ef'/> <source bridge='docker0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/> </interface> The final step was then to give the VM a static IP in the docker subnet. Edited May 19, 20179 yr by lat3ncy
May 20, 20179 yr Can I ask your intended usage? Is there an advantage or purpose to let the VM talk inside the docker network?
Archived
This topic is now archived and is closed to further replies.