kiamesdavies / docker-machine-linode

Linode Driver Plugin for Docker Machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Linode Driver Plugin for Docker Machine

License:MIT License


Languages

Language:Go 97.2%Language:Makefile 2.8%