Linode Driver Plugin for docker-machine.
Requires docker-machine version > v.0.5.0-rc1
First, docker-machine v0.5.0 rc2 is required, documentation for how to install docker-machine
is available here.
or you can install docker-machine
from source code by running these commands
$ go get github.com/docker/machine
$ cd $GOPATH/src/github.com/docker/machine
$ make build
Then, install docker-machine-linode
driver in the $GOPATH and add $GOPATH/bin to the $PATH env.
go get github.com/taoh/docker-machine-linode
cd $GOPATH/src/github.com/taoh/docker-machine-linode
make
make install
$ docker-machine create -d linode --linode-api-key=<linode-api-key> --linode-root-pass=<linode-root-pass> linode