dhiltgen / docker-machine-kvm

KVM driver for docker-machine
Apache License 2.0
376 stars 117 forks source link

docker-machine-kvm bridge #61

Open CharlotteLock opened 6 years ago

CharlotteLock commented 6 years ago

@dhiltgen hei,bro can help me how to modify network let my docker-machine-kvm can access public network? Please,i will wait for you answer

CharlotteLock commented 6 years ago

my machine system is boot2docker, i can easy do when use vbox: VBoxManage modifyvm x-master --nic3 bridged --bridgeadapter3 eth0 but, i need do similar things on kvm

CharlotteLock commented 6 years ago

if you can,help me, please send email to me at first time, thanks 1696879205@qq.com

CharlotteLock commented 6 years ago
<interface type='network'>
  <mac address='52:54:00:ae:f9:27'/>
  <source network='default'/>
  <model type='rtl8139'/>
  <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
</interface>
<interface type='network'>
  <mac address='52:54:00:20:ba:b8'/>
  <source network='docker-machines'/>
  <model type='rtl8139'/>
  <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
</interface>
CharlotteLock commented 6 years ago

@bersace @tn-osimis