Nathan LeClaire
ef4823f2ac
Merge pull request #3159 from ahmetalpbalkan/azure-arm
...
New Microsoft Azure docker-machine driver
2016-03-14 18:28:51 -07:00
Ahmet Alp Balkan
9fd035ecba
azure.md: Address docs comments
...
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com >
2016-03-14 17:36:24 -07:00
Ahmet Alp Balkan
809104d7ea
azure.md: Documentation clarification
...
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com >
2016-03-11 13:31:03 -08:00
Tiago Pires
63ea976b1d
FIX #1858 Add engine port
...
Added flag `--generic-engine-port` to `generic` drive in order to specify other port than `2376` on
Docker engine.
Updated `generic` driver documentation.
Signed-off-by: Tiago Pires <tandrepires@gmail.com >
2016-03-11 13:13:30 +00:00
Ahmet Alp Balkan
ce3cb54482
Update default image to Ubuntu 15.10
...
- Default image now is ubuntu server 15.10. This ensures consistency with
other cloud drivers.
- Better error message when virtual machine already exists.
- Change default SSH user from `ubuntu` to `docker-user`.
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com >
2016-03-10 16:36:21 -08:00
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
Bilal Amarni
17c6578583
[DigitalOcean] Allow to use an existing SSH key ( closes #1445 )
...
Signed-off-by: Bilal Amarni <bilal.amarni@gmail.com >
2016-03-03 10:35:32 +01:00
Jason Roehm
e67c78899d
add documentation note about --google-use-internal-ip-only
...
Signed-off-by: Jason Roehm <jroehm@gmail.com >
2016-03-01 15:57:14 -05:00
Jason Roehm
b87597f012
update docs for --google-use-internal-ip-only
...
Signed-off-by: Jason Roehm <jroehm@gmail.com >
2016-03-01 15:06:39 -05:00
David Gageot
742c87ee3f
Improve Generic driver doc
...
Signed-off-by: David Gageot <david@gageot.net >
2016-02-19 07:25:31 +01:00
Jean-Laurent de Morlhon
cf7885163c
Merge pull request #2932 from sipicsg/master
...
added hyperv static mac address and vlan option for machine creation
2016-02-18 09:56:34 +01:00
Nathan LeClaire
7ec902189d
Merge pull request #3069 from dgageot/3068-dns-proxy-mode
...
VirtualBox: use dns proxy mode
2016-02-17 13:35:55 -08:00
Michael A. Smith
736ce7b6ab
Specify correct name for virtio net nic device
...
With VirtualBox 5.0.14r105127, 'virtio-net' is not a valid name for the option. The correct option appears to be 'virtio'.
Signed-off-by: Michael A. Smith <michaels@syapse.com >
2016-02-17 11:28:05 -05:00
David Gageot
3e6c3c05ce
FIX #3068 DNS Proxy mode
...
Signed-off-by: David Gageot <david@gageot.net >
2016-02-17 15:02:27 +01:00
Nathan LeClaire
1c07446f5e
Merge pull request #3026 from isp0000/patch-1
...
Missing info when connecting to single esxi host
2016-02-09 21:54:41 -08:00
Dalibor Petras
3998add3b2
Added backticks to the value ha-datacenter.
...
Signed-off-by: Dalibor Petras <dalibor.petras@gmail.com >
2016-02-10 13:40:44 +11:00
Dalibor Petras
59dc2aba5f
Missing info when connecting to single esxi host
...
When connecting to single ESXi host (opposed to vCenter) --vmwarevsphere-datacenter has to be set to "ha-datacenter"
Signed-off-by: Dalibor Petras <dalibor.petras@flowconnect.com >
2016-02-10 12:02:55 +11:00
Daniel Hiltgen
c568bb8805
Add retry support to AWS driver
...
Some AWS API failures are retryable, so we should give the option to attempt
retries in these cases. One particular example is the API rate limiting that
kicks in if you try to create many machines in parallel. Without this change,
I can only create ~3 machines in parallel, but with this change I can easily
create 10 or more machines in parallel.
While this change helps `ls`, given the current fan-out model for plugins, once
you get a large number of AWS machines, you'll still wind up seeing
"RequestLimitExceeded: Request limit exceeded." errors.
Signed-off-by: Daniel Hiltgen <daniel.hiltgen@docker.com >
2016-02-09 15:08:43 -08:00
Sipics Gergely
a8625397bc
added hyperv static mac address and vlan option for machine creation (with doc\drivers update)
...
Signed-off-by: Gergely Sipics <gergely.sipics@possible.com >
2016-02-03 22:12:47 +01:00
S.Çağlar Onur
0a1025b263
[vmwarevsphere] [doc] Update vSphere driver documentation
...
Signed-off-by: S.Çağlar Onur <conur@vmware.com >
2016-01-26 14:21:31 -08:00
David Gageot
69bdb61ce6
FIX #2470 document creating a bigger vbox disk
...
Signed-off-by: David Gageot <david@gageot.net >
2016-01-26 15:41:58 +01:00
David Gageot
75f138949a
FIX #2705 Add a command line sample for each driver
...
Signed-off-by: David Gageot <david@gageot.net >
2016-01-26 15:38:40 +01:00
Jean-Laurent de Morlhon
a4d3248c88
Merge pull request #2926 from jeanlaurent/enhancedoc
...
Enhance globaly the documentation following #2912
2016-01-26 11:33:22 +01:00
Jean-Laurent de Morlhon
bb370d7227
markdown linting aws.md
...
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net >
2016-01-26 11:19:31 +01:00
Jean-Laurent de Morlhon
a77cb28068
Fix #2918 and match doc with current code
...
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net >
2016-01-26 10:57:53 +01:00
Mary Anthony
338a987699
New navigation for 1.10 Release
...
Removing unneeded processing script
Signed-off-by: Mary Anthony <mary@docker.com >
2016-01-25 08:42:39 -08:00
David Gageot
01bd88f6a5
Support creating a machine on an existing google VM
...
Signed-off-by: David Gageot <david@gageot.net >
2016-01-25 10:34:51 +01:00
Vincent Bernat
99870c2b5d
docs: fix --exoscale-image description in documentation
...
Signed-off-by: Vincent Bernat <Vincent.Bernat@exoscale.ch >
2016-01-20 14:41:34 +01:00
David Gageot
d6e7d5b966
Merge pull request #2846 from jeanlaurent/aws-doc-update
...
Update AWS doc
2016-01-18 12:53:40 +01:00
Jean-Laurent de Morlhon
a0852829c6
Update AWS doc
...
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net >
2016-01-18 12:40:50 +01:00
Jeffrey Ellin
c3131ec3fa
Fixes #1898 . Add parameter to pass private key path to use when creating a machine.
...
It is assumed that the corresponding public certificate will be the same file name + .pub
Signed-off-by: Jeffrey Ellin <jeff@ellin.com >
2016-01-15 15:10:03 -05:00
Jean-Laurent de Morlhon
89f3308088
Use ~/.aws/credentials file when no access/secret is given in cli
...
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net >
2016-01-15 12:04:18 +01:00
Jean-Laurent de Morlhon
e298f68492
Documentation update
...
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net >
2016-01-14 11:40:32 +01:00
David Gageot
2b330c4166
Markdown lint
...
Signed-off-by: David Gageot <david@gageot.net >
2016-01-13 10:19:58 +01:00
David Gageot
52bd740ad3
Revert "Support creating a machine on an existing google VM"
...
This reverts commit 7cf9ae71be .
Signed-off-by: David Gageot <david@gageot.net >
2016-01-11 15:47:01 +01:00
jellin
0ff18a7c7d
Add option to create anazon ec2 instances with the EbsOptimized setting.
...
fixes #1904 Non EbsOptimized instances will be created by default but adding the flag
UseEbsOptimizedInstance will create and EBSOptimized Instance if the instance type supports it.
Signed-off-by: Jeffrey Ellin <jeff@ellin.com >
2016-01-10 16:05:14 -05:00
Jean-Laurent de Morlhon
5a8afd615d
Fix default ubuntu version
...
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net >
2016-01-08 17:26:31 +01:00
Jean-Laurent de Morlhon
602721d003
AWS documentation for security group
...
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net >
2016-01-08 17:25:50 +01:00
David Gageot
2aebbb8d88
Merge pull request #2708 from dgageot/external
...
Add CI tests for an external driver
2016-01-06 21:54:12 +01:00
David Gageot
7cf9ae71be
Support creating a machine on an existing google VM
...
Signed-off-by: David Gageot <david@gageot.net >
2016-01-06 16:55:56 +01:00
David Gageot
dcc77f8891
FIX #2756 Disable support for VBox <= 4.2
...
Signed-off-by: David Gageot <david@gageot.net >
2016-01-06 12:41:39 +01:00
Xinjiang Shao
c59c8a60c5
Add --amazonec2-tags for extra tags assignment support. Ref #1986
...
Signed-off-by: Xinjiang Shao <shaoxinjiang@gmail.com >
2016-01-04 09:19:36 -06:00
Fabrizio Soppelsa
c63d303a2e
Add --openstack-key-pair and --openstack-private-file-name so to
...
import and reuse existing nova keypairs.
Signed-off-by: Fabrizio Soppelsa <fsoppelsa@mirantis.com >
2015-12-29 11:43:00 -08:00
ryo nakamaru
28ac085cdd
Fixes aws-ec2 initiated shutdown caused by constant DeviceName (/dev/sda1)
...
Signed-off-by: ryo nakamaru <pottava@gmail.com >
2015-12-28 17:43:41 +09:00
David Gageot
9d19ecfd27
Add ENV variables for each flag
...
Signed-off-by: David Gageot <david@gageot.net >
2015-12-23 18:12:26 +01:00
David Gageot
40ab483a35
FIX #2457 Add a flag to set the CPU count
...
Signed-off-by: David Gageot <david@gageot.net >
2015-12-23 16:36:40 +01:00
David Gageot
aa3a4e4498
Simplify code
...
Signed-off-by: David Gageot <david@gageot.net >
2015-12-23 11:38:51 +01:00
Philippe L'Heureux
f6a67ef9c2
Update aws.md
...
--amazonec2-use-private-address wasn't documented
Signed-off-by: Philippe L'Heureux <philippe@ejenio.com >
2015-12-21 15:08:29 -05:00
David Gageot
6f8a6dd272
FIX #2641 Digital Ocean Custom SSH port
...
Signed-off-by: David Gageot <david@gageot.net >
2015-12-21 16:16:33 +01:00
David Gageot
ac45f88ce3
Don't create the VM if no hardware virtualization
...
Signed-off-by: David Gageot <david@gageot.net >
2015-12-18 12:27:04 +01:00