machine-drivers / docker-machine-driver-qemu

Docker machine driver for pure qemu/kvm - no libvirt
Apache License 2.0
56 stars 34 forks source link

Switch networking to -nic parameter #10

Closed TomasLinhart closed 2 years ago

TomasLinhart commented 5 years ago

vlan=0 was deprecated in QEMU 2.9.0, and it is no longer available in . I switched it to -nic that is suggested alternative -net that is also deprecated now.

jafework commented 4 years ago

@afbjorklund Any chance we can get this merged in? I had to create a build off of this fork to get this driver to work. Good news is with this change things seem to run out of the box.

afbjorklund commented 2 years ago

@TomasLinhart This fix got included with the later PR (#12) cherry-pick already, thanks for contributing and sorry for not merging