v0.1.1 pre-release
Pre-release
Pre-release
robertbreker-machineuser
released this
14 May 14:50
·
9 commits
to master
since this release
Installation
The installation steps are:
- If not done already - download the Docker Machine binary for your OS and architecture
- If not done already - move the binary to your PATH.
- Download the driver binary for your OS and architecture.
- Move the driver binary to your PATH.
This means for Mac OS X:
$ curl -L https://github.com/docker/machine/releases/download/v0.7.0/docker-machine_darwin-amd64 >/usr/local/bin/docker-machine && \
chmod +x /usr/local/bin/docker-machine && \
curl -L https://github.com/xenserver/docker-machine-driver-xenserver/releases/download/v0.1.1/docker-machine-driver-xenserver_darwin-amd64 > /usr/local/bin/docker-machine-driver-xenserver && \
chmod +x /usr/local/bin/docker-machine-driver-xenserver
For Linux:
$ curl -L https://github.com/docker/machine/releases/download/v0.7.0/docker-machine_linux-amd64 >/usr/local/bin/docker-machine && \
chmod +x /usr/local/bin/docker-machine && \
curl -L https://github.com/xenserver/docker-machine-driver-xenserver/releases/download/v0.1.1/docker-machine-driver-xenserver_linux-amd64 > /usr/local/bin/docker-machine-driver-xenserver && \
chmod +x /usr/local/bin/docker-machine-driver-xenserver