Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 865 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 865 Bytes

docker-machine-linode

Linode Driver Plugin for docker-machine.

Requires docker-machine version > v.0.5.0-rc1

Install

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

Run

$ docker-machine create -d linode --linode-api-key=<linode-api-key> --linode-root-pass=<linode-root-pass> linode