docs/libmachine/drivers
Ahmet Alp Balkan ed95f3baab New Microsoft Azure docker-machine driver
The new driver uses Azure Resource Manager APIs and offers a lot
more functionality compared to the old Azure driver. It is also
easier to authenticate and does not require user to create and place
certificate files. It only has a single required argument.

This is a breaking change: The new driver cannot work with machines
created with the older Azure driver and vice versa (as the APIs are
entirely different and resources are not shared between old/new azure
APIs).

The new driver addresses many issues about the azure driver reported
so far.

This resolves #2742, resolves #1368, resolves #1142, resolves #2236,
resolves #2408, resolves #1126, resolves #774.

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2016-03-07 19:55:51 -08:00
..
plugin New Microsoft Azure docker-machine driver 2016-03-07 19:55:51 -08:00
rpc Remove spurious log that adds no value and make ITs 2016-01-26 17:07:13 +01:00
base.go Fix #2029 - local drivers dont run with engine-install-url 2016-01-28 18:05:58 +01:00
base_test.go Fix #2029 - local drivers dont run with engine-install-url 2016-01-28 18:05:58 +01:00
check.go FIX #2641 Digital Ocean Custom SSH port 2015-12-21 16:16:33 +01:00
drivers.go FIX #3056 ls timeout when instance is stopped 2016-02-17 18:09:39 +01:00
notsupported.go FIX #2553 Fusion Driver is supported only on darwin 2015-12-11 15:46:47 +01:00
serial.go Fix #2410 2015-11-25 18:27:35 +01:00
serial_test.go FIX #2154 query virtualbox serially 2015-11-07 16:14:25 +01:00
utils.go Allowing generic driver to use ssh-agent to get identities 2015-12-09 09:36:08 -05:00