Change binary name to docker-machine

Signed-off-by: Simon Thulbourn <simon+github@thulbourn.com>
This commit is contained in:
Simon Thulbourn
2015-01-22 18:05:52 +00:00
parent 29c1eb9080
commit 4ee78fa097
6 changed files with 141 additions and 141 deletions

View File

@@ -4,6 +4,6 @@ RUN go get github.com/mitchellh/gox
RUN go get github.com/aktau/github-release
RUN go get github.com/tools/godep
ENV GOPATH /go/src/github.com/docker/machine/Godeps/_workspace:/go
ENV MACHINE_BINARY /go/src/github.com/docker/machine/machine
ENV MACHINE_BINARY /go/src/github.com/docker/machine/docker-machine
WORKDIR /go/src/github.com/docker/machine
ADD . /go/src/github.com/docker/machine