dhiltgen / docker-machine-kvm

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

Use the libvirt API to obtain domain IP address #40

Open flavio opened 7 years ago

flavio commented 7 years ago

This is a complete revamp of https://github.com/dhiltgen/docker-machine-kvm/pull/2.

The code has been changed to use the right API provided by the official libvirt-go bindings. The previous PR was using a different Go binding library.