Skip to content

taoh/docker-machine-linode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published