docker-machine-kvm icon indicating copy to clipboard operation
docker-machine-kvm copied to clipboard

static binary

Open vikstrous opened this issue 9 years ago • 1 comments

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

vikstrous avatar Sep 19 '16 00:09 vikstrous

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.

dhiltgen avatar Sep 19 '16 15:09 dhiltgen