go / docker-machine-driver-cloudstack

Docker Machine generic CloudStack driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Machine CloudStack Driver

Circle CI

Docker Machine CloudStack Driver is a driver for Docker Machine. It allows to create Docker hosts on Apache CloudStack and Accelerite CloudPlatform.

Requirements

Installation

Download the binary from follwing link and put it within your PATH (ex. /usr/local/bin)

https://github.com/atsaki/docker-machine-driver-cloudstack/releases/latest

Homebrew

OSX User can use Homebrew.

brew tap atsaki/docker-machine-driver-cloudstack
brew install docker-machine-driver-cloudstack

Usage

docker-machine create -d cloudstack \
  --cloudstack-api-url CLOUDSTACK_API_URL \
  --cloudstack-api-key CLOUDSTACK_API_KEY \
  --cloudstack-secret-key CLOUDSTACK_SECRET_KEY \
  --cloudstack-template "Ubuntu Server 14.04" \
  --cloudstack-zone "zone01" \
  --cloudstack-service-offering "Small" \
  --cloudstack-expunge \
  docker-machine

Acknowledgement

The driver is originally written by @svanharmelen.

Author

Atushi Sasaki(@atsaki)

About

Docker Machine generic CloudStack driver


Languages

Language:Go 94.4%Language:Makefile 5.6%