dhiltgen / docker-machine-kvm

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

static binary #23

Open vikstrous opened 8 years ago

vikstrous commented 8 years ago

Please make a static binary available so that it's easier to run on obscure systems.

dhiltgen commented 8 years ago

Not sure how to realistically make this happen. This driver isn't pure Go code. The underlying library this is built upon is a C library, which in turn pulls in dependencies of the C library on the target OS/distro.