kmachine-v0.5.0-alpha.1
This is a first release of kmachine with TLS/token support, plus support for AWS, DO, virtualbox etc...
Installation
Download the .zip file for your OS and architecture.
Extract the contained binaries to your PATH.
e.g., for Mac OSX:
$ curl -L https://github.com/skippbox/machine/releases/download/v0.5.0/docker-machine_darwin-amd64.zip >machine.zip && \
unzip machine.zip && \
rm machine.zip && \
mv -f docker-machine* /usr/local/bin