juanfont / docker-machine-driver-vcd

A VMware vCloud Director driver for Docker Machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-machine-driver-vcd

A VMware vCloud Director driver for Docker Machine

Overview

This project is a little experiment to run Docker Machine on top of vCloud Director virtual machines.

Apparently there are still use cases for this in 2021 😉

Usage

Install latest (git) version of docker-machine-driver-vcd in your $GOPATH/bin (depends on Golang and docker-machine)

$ go get -u github.com/juanfont/docker-machine-driver-vcd

If you don't have $GOPATH/bin in your $PATH, copy the binary somewhere useful :)

cp $GOPATH/bin/docker-machine-driver-vcd /usr/local/bin/

Credits

This driver is based on previous drivers:

About

A VMware vCloud Director driver for Docker Machine

License:Apache License 2.0


Languages

Language:Go 100.0%