From f458e869298d5d5fd0a2328b4ce75293c6422ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Carvalho?= Date: Wed, 16 Nov 2016 21:28:02 -0200 Subject: [PATCH] machine: add available 3rd party drivers list (#250) * machine: add available 3rd party drivers list This commit re-adds the deleted list of 3rd party drivers. I believe this was missed when moving the docs as this list is referenced by other parts of the documentation. Rename AVAILABLE_DRIVER_PLUGINS to AVAILABLE_DRIVER_PLUGINS.md Update get-started-cloud.md * machine: fix list of machine plugins markup --- machine/AVAILABLE_DRIVER_PLUGINS.md | 358 ++++++++++++++++++++++++++++ machine/get-started-cloud.md | 2 +- 2 files changed, 359 insertions(+), 1 deletion(-) create mode 100644 machine/AVAILABLE_DRIVER_PLUGINS.md diff --git a/machine/AVAILABLE_DRIVER_PLUGINS.md b/machine/AVAILABLE_DRIVER_PLUGINS.md new file mode 100644 index 0000000000..2b10447cc8 --- /dev/null +++ b/machine/AVAILABLE_DRIVER_PLUGINS.md @@ -0,0 +1,358 @@ +--- +published: false +title: "Machine plugins" +description: "Machine plugins" +keywords: ["Docker, documentation, manual, guide, reference, api"] +--- + + +# Available driver plugins + +This document is intended to act as a reference for the available 3rd-party +driver plugins available in the ecosystem beyond the core Machine drivers. If +you have created a Docker Machine driver, we highly encourage you to submit a +pull request adding the relevant information to the list. Submitting your +driver here will allow others to discover it and the core Machine team to keep +you informed of upstream changes. + +**NOTE**: The linked repositories are not maintained by or formally associated +with Docker Inc. Use 3rd party plugins at your own risk. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRepositoryMaintainer GitHub HandleMaintainer Email
1&1 Cloud Server + https://github.com/1and1/docker-machine-driver-oneandone + + StackPointCloud, Inc. + + sdk@1and1.com +
Aliyun ECS + https://github.com/denverdino/docker-machine-driver-aliyunecs + + denverdino
+ menglingwei +
+ denverdino@gmail.com
+ v.con@qq.com +
Amazon Cloud Formation + https://github.com/jeffellin/machine-cloudformation + + Jeff Ellin + + acf@ellin.com +
BrightBox + https://github.com/brightbox/docker-machine-driver-brightbox + + NeilW + + neil@aldur.co.uk +
CenturyLink Cloud + https://github.com/CenturyLinkCloud/docker-machine-driver-clc + + ack + + albert.choi@ctl.io +
Citrix XenServer + https://github.com/xenserver/docker-machine-driver-xenserver + + robertbreker
+ phusl +
+ robert.breker@citrix.com
+ phus.lu@citrix.com +
Docker-In-Docker + https://github.com/nathanleclaire/docker-machine-driver-dind + + nathanleclaire + + nathan.leclaire@gmail.com +
GoDaddy Cloud Servers + https://github.com/godaddy/docker-machine-godaddy + + aka-bo + + bo.thompson@gmail.com +
HPE OneView + https://github.com/HewlettPackard/docker-machine-oneview + + wenlock
+ miqui +
+ wenlock@hpe.com
+ miqui@hpe.com +
KVM + https://github.com/dhiltgen/docker-machine-kvm + + dhiltgen + + daniel.hiltgen@docker.com +
OpenNebula + https://github.com/OpenNebula/docker-machine-opennebula + + jmelis + + jmelis@opennebula.org +
OVH Cloud + https://github.com/yadutaf/docker-machine-driver-ovh + + yadutaf + + jt@yadutaf.fr +
Packet + https://github.com/packethost/docker-machine-driver-packet + + betawaffle + + andy@packet.net +
ProfitBricks + https://github.com/profitbricks/docker-machine-driver-profitbricks + + StackPointCloud, Inc. + + sdk@profitbricks.com +
Parallels Desktop for Mac + https://github.com/Parallels/docker-machine-parallels + + legal90 + + legal90@gmail.com +
RackHD + https://github.com/emccode/docker-machine-rackhd + + kacole2 + + kendrick.coleman@emc.com +
SAKURA CLOUD + https://github.com/yamamoto-febc/docker-machine-sakuracloud + + yamamoto-febc + + yamamoto.febc@gmail.com +
Scaleway + https://github.com/scaleway/docker-machine-driver-scaleway + + scaleway + + opensource@scaleway.com +
Skytap + https://github.com/skytap/docker-machine-driver-skytap + + dantjones + + djones@skytap.com +
Ubiquity Hosting + https://github.com/ubiquityhosting/docker-machine-driver-ubiquity + + Justin Canington
+ Andrew Ayers +
+ justin.canington@nobistech.net
+ + andrew.ayers@nobistech.net +
UCloud + https://github.com/ucloud/docker-machine-ucloud + + xiaohui + + xiaohui.zju@gmail.com +
VMWare Workstation + https://github.com/pecigonzalo/docker-machine-vmwareworkstation + + pecigonzalo + + pecigonzalo@outlook.com +
VULTR + https://github.com/janeczku/docker-machine-vultr + + janeczku + + jb@festplatte.eu.org +
xhyve + https://github.com/zchee/docker-machine-driver-xhyve + + zchee + + zchee.io@gmail.com +
diff --git a/machine/get-started-cloud.md b/machine/get-started-cloud.md index f9b327718d..615b4e2f5f 100644 --- a/machine/get-started-cloud.md +++ b/machine/get-started-cloud.md @@ -52,7 +52,7 @@ See Docker Machine driver reference fo Several Docker Machine driver plugins for use with other cloud platforms are available from 3rd party contributors. These are use-at-your-own-risk plugins, not maintained by or formally associated with Docker. - See Available driver plugins in the docker/machine repo on GitHub. + See Available driver plugins. ## Adding a host without a driver