BBVA/kvm

Not able to add second network interface

sheetaljoshi opened this issue · 2 comments

Hi,

I have two docker networks created as explained in README. But when I follow the steps I don't see the second network getting added. It updates same eth0 with the last network connected. I have brwan1 and brlan1 networks created and I create container using below command

docker create
--name gw-vm
-it
--privileged
--network=network1
-v /images/gw-vm.qcow2:/image/image
-e AUTO_ATTACH=yes
bbvainnotech/kvm:latest

and then run docker network connect network2 gw-vm && docker start gw-vm. But when I docker attach gw-vm and check for ifconfig I only see eth0 and it updated with brlan1 ip range but not two nics added.

Can you please suggest what might be wrong here?

How did you solve this? Was anything related with the container or a bug?