dhiltgen / docker-machine-kvm

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

FIX : Permit `go build .` to output right name #22

Closed mikefaille closed 8 years ago

mikefaille commented 8 years ago

Actually, building from ./bin using go build . output file named bin.

To fix that, I just rename ./bin to ./cmd/docker-machine-driver-kvm.

Disclamer : This pull request will help me to package docker-machine-kvm for NixOS. (maybe, it will help others distros).