Skip to content

kmachine-v0.5.0-alpha.1

Compare
Choose a tag to compare
@sebgoa sebgoa released this 09 Nov 14:24
· 67 commits to kmachine since this release

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