docs/libmachine
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
..
auth Implemented '--tls-san' global arg for adding extra SANs (subject alt names) to server-side certificates 2015-11-23 12:17:29 +01:00
cert Remove duplication on certificates code 2016-01-04 10:40:21 +01:00
check Use accessor 2016-01-04 10:40:12 +01:00
crashreport Fix Bugnag Report not being sent 2016-01-07 12:09:00 +01:00
drivers New Microsoft Azure docker-machine driver 2016-03-07 19:55:51 -08:00
engine Add code to wait for Docker daemon on start 2016-01-26 18:42:10 -08:00
examples libmachine/ssh: added the Start and Wait functions to the Client interface 2016-01-27 09:52:29 +01:00
host Use a typed error for consumers of libmachine 2016-03-02 22:35:44 +01:00
hosttest Remove unused code 2015-11-13 16:27:50 +01:00
libmachinetest Fix bugsnag reports for create 2016-01-18 11:42:21 +01:00
log Remove remaining log.Fatal 2016-01-07 12:32:55 +01:00
mcndockerclient FIX #2703 Update dockerclient 2016-01-04 11:33:33 +01:00
mcnerror Use a typed error for consumers of libmachine 2016-03-02 22:35:44 +01:00
mcnflag Move towards using external binaries / RPC plugins 2015-10-16 16:34:56 -07:00
mcnutils Warn that Boot2Docker ISO won't be auto upgraded if its URL is explicitly set 2016-02-09 00:50:23 +01:00
persist Simplify Api 2016-01-04 14:59:25 +01:00
provider Make libmachine usable by outside world 2015-09-23 12:30:15 -07:00
provision fix: --engine-env was not effective when provisioning on CoreOS 2016-03-01 14:04:31 -05:00
shell Check grand parent if not directly called from a windows shell 2016-01-20 01:16:00 +01:00
ssh libmachine/ssh: added the Start and Wait functions to the Client interface 2016-01-27 09:52:29 +01:00
state Lint, step 1 2015-11-04 14:17:58 -08:00
swarm Added a flag to enable experimental Swarm features 2016-02-13 12:21:20 +01:00
version Lint 2015-11-05 13:34:07 -08:00
libmachine.go Wait for SSH before daemon detection 2016-02-04 13:29:46 -08:00