/docker-machine-driver-ranchervm

docker-machine driver for RancherVM

Primary LanguageGoApache License 2.0Apache-2.0

Docker Machine driver for RancherVM

Latest Version License

Prerequisites

Installation

For Unix systems, run the following command:

NAME=docker-machine-driver-ranchervm && OS=`uname -s` && ARCH=`uname -m` && INSTALLPATH=/usr/local/bin/${NAME} && \
VERSION=`curl -sSfL https://raw.githubusercontent.com/llparse/${NAME}/master/VERSION` && \
curl -sSfL https://github.com/llparse/${NAME}/releases/download/${VERSION}/${NAME}-${OS}-${ARCH} \
  -o /tmp/${NAME} && chmod +x /tmp/${NAME} && sudo mv /tmp/${NAME} ${INSTALLPATH}

For other platforms, download the binary from the release page or build it yourself.