Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.31 KB

File metadata and controls

37 lines (27 loc) · 1.31 KB

Docker Machine Driver for Interoute VDC

This is a Interoute VDC driver for Docker Machine. It allows to create Docker hosts on Interoute VDC.

Requirements

Usage

docker-machine create -d interoutevdc \
  --interoutevdc-apikey INTEROUTEVDC_API_KEY \
  --interoutevdc-secretkey INTEROUTEVDC_SECRET_KEY \
  --interoutevdc-vdcregion INTEROUTEVDC_REGION \
  --interoutevdc-networkid "UUID" \
  --interoutevdc-serviceofferingid "UUID" \
  --interoutevdc-templatefilter "self" \
  --interoutevdc-templateid "UUID" \
  --interoutevdc-zoneid "UUID" \
  --interoutevdc-diskofferingid "UUID" \
  --interoutevdc-disksize 25 \
  docker-machine

Acknowledgement

docker-machine-driver-cloudstack Written by @atsaki.

Go-Cloudstack Written by @xanzy.

Author

Radu Stefanache(@radu-stefanache)

Notice

This driver is supposed to be used in conjuction with Rancher hence the UUIDs instead of names.