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
Felix Geisendörfer
93456ab28c
docs: warn about virtualbox sendfile issue
...
This is a common issue new users may experience, so it seems worth
warning about.
See https://github.com/docker/docker/issues/18666
Signed-off-by: Felix Geisendörfer <felix@debuggable.com >
2015-12-16 13:21:54 +00:00
Jean-Laurent de Morlhon
20c2293f9f
FIX #2577 - Softlayer doc
...
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net >
2015-12-15 10:53:43 +01:00
Nathan LeClaire
d29a42ebc6
Merge pull request #1299 from hairyhenderson/ssh-agent-support-1291
...
Allowing generic driver to use ssh-agent to get identities
2015-12-11 17:31:55 -08:00
David Gageot
42ad416c0a
FIX #2479 Warn on VirtualBox version
...
Signed-off-by: David Gageot <david@gageot.net >
2015-12-10 16:10:52 +01:00
Dave Henderson
cf6136fed0
Allowing generic driver to use ssh-agent to get identities
...
Signed-off-by: Dave Henderson <dhenderson@gmail.com >
2015-12-09 09:36:08 -05:00
David Gageot
db9ca3c3b7
Markdown linting
...
Signed-off-by: David Gageot <david@gageot.net >
2015-12-08 09:20:53 +01:00
Fabrizio Soppelsa
8a799b36f8
Order options in openstack.md, to make docs more readable
...
Signed-off-by: Fabrizio Soppelsa <fsoppelsa@mirantis.com >
2015-12-07 19:14:29 -08:00
Thomas Recloux
bd12140d6b
Google : update default image to ubuntu 15.10
...
Signed-off-by: Thomas Recloux <thomas.recloux@gmail.com >
2015-12-03 19:14:14 +01:00
Thomas Recloux
697b543789
Rackspace : update default image to ubuntu 15.10
...
Signed-off-by: Thomas Recloux <thomas.recloux@gmail.com >
2015-12-03 19:14:14 +01:00
Thomas Recloux
ca7ea324c4
Exoscale : update default image to ubuntu 15.10
...
Signed-off-by: Thomas Recloux <thomas.recloux@gmail.com >
2015-12-03 19:14:14 +01:00
Thomas Recloux
73ddbe02ac
DigitalOcean : update default image to ubuntu 15.10
...
Signed-off-by: Thomas Recloux <thomas.recloux@gmail.com >
2015-12-03 19:14:14 +01:00
Thomas Recloux
977fa7e48f
Azure : update default image to ubuntu 15.10
...
Signed-off-by: Thomas Recloux <thomas.recloux@gmail.com >
2015-12-03 19:14:08 +01:00
Thomas Recloux
0408378332
AWS : update default images to ubuntu 15.10
...
Signed-off-by: Thomas Recloux <thomas.recloux@gmail.com >
2015-12-03 14:50:21 +01:00
David Gageot
029b39ee62
Merge pull request #2141 from janeczku/digitalocean-userdata
...
Digitalocean driver: Support for creating Droplets with Cloud-init User Data
2015-12-03 10:53:06 +01:00
Joe Friedl
b2c9366245
Add the --virtualbox-host-dns-resolver flag
...
Signed-off-by: Joe Friedl <joe@joefriedl.net >
2015-12-01 21:03:51 -05:00
Jan Broer
59d7c3ca61
Enhances Digitalocean driver to support creating Droplets with user-data
...
Signed-off-by: Jan Broer <janeczku@yahoo.de >
2015-12-01 21:22:26 +01:00
Jean-Laurent de Morlhon
b7b767aafe
Allow virtualbox DNSProxy override
...
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net >
2015-12-01 16:02:20 +01:00
Jean-Laurent de Morlhon
5aff328a09
Merge pull request #2438 from dgageot/generic-doc
...
Improve generic driver documentation
2015-11-27 12:44:03 +01:00
David Gageot
4aa398657d
Improve generic driver documentation
...
Signed-off-by: David Gageot <david@gageot.net >
2015-11-27 12:21:14 +01:00
David Gageot
68e6e3f905
Lint all Markdown documents
...
Signed-off-by: David Gageot <david@gageot.net >
2015-11-27 10:38:56 +01:00
David Gageot
55ecd6561c
Add env variables to generic driver
...
Signed-off-by: David Gageot <david@gageot.net >
2015-11-27 09:58:40 +01:00
David Gageot
8d47fe746e
Reject VirtualBox version<=3
...
Signed-off-by: David Gageot <david@gageot.net >
2015-11-20 18:57:26 +01:00
David Gageot
7910dda4c1
Add missing env variables to VBox driver doc
...
Signed-off-by: David Gageot <david@gageot.net >
2015-11-20 14:25:28 +01:00
Jean-Laurent de Morlhon
acac5f146a
Merge pull request #2197 from jviide/2196-vmwarefusion-no-share
...
Add a --vmwarefusion-no-share flag to disable the mounting of the /Users directory
2015-11-19 12:35:47 +01:00
jviide
9d2ebb630a
Add --vmwarefusion-no-share option
...
Add a vmwarefusion driver flag to disable the mounting of the /Users
directory. Name it --vmwarefusion-no-share to reflect the pre-existing
virtualbox driver option --virtualbox-no-share.
Also add a corresponding environment variable FUSION_NO_SHARE.
The code is basically identical to the virtualbox driver's
implementation.
Signed-off-by: Joachim Viide <jviide@iki.fi >
2015-11-19 13:00:45 +02:00
David Gageot
01f3a45530
Update default google image
...
Signed-off-by: David Gageot <david@gageot.net >
2015-11-19 11:32:48 +01:00
Nate McMaster
a43d13843b
Update command-line arguments for hyper-v driver
...
Signed-off-by: Nate McMaster <nate.mcmaster@gmail.com >
2015-11-09 14:55:34 -08:00
root
d1712e0cd3
Introduced a new flag for google driver:
...
--google-use-internal-ip
Signed-off-by: Mariusz Woloszyn <emsi@EmsiOSX.dom.qpqp01.pl >
2015-11-04 09:10:29 +00:00
aperepel
914ccb6968
Fixes #1243 Custom GCE images support
...
Signed-off-by: Andrew Grande <aprepel@gmail.com >
Signed-off-by: David Gageot <david@gageot.net >
2015-10-29 11:11:32 +01:00
David Gageot
8e7a85b8b9
Fix the doc. It should be "Project ID"
...
Signed-off-by: David Gageot <david@gageot.net >
2015-10-29 10:05:19 +01:00
David Gageot
e53b52de03
Improve documentation for google driver
...
Signed-off-by: David Gageot <david@gageot.net >
2015-10-29 10:05:13 +01:00
David Gageot
77c2bbcdd2
FIX #2023 and #1061 Use google default authentication
...
Signed-off-by: David Gageot <david@gageot.net >
2015-10-28 22:16:22 +01:00
Bruno Renié
658a6bc1b3
Typo in EXOSCALE_IMAGE
...
Signed-off-by: Bruno Renié <brutasse@gmail.com >
2015-10-23 14:47:30 +02:00
Mary Anthony
0cf8b761d7
Carrys and closes #1352
...
Pull the chmod line per reviewers
Signed-off-by: Mary Anthony <mary@docker.com >
2015-10-21 11:50:14 -07:00
Mary Anthony
1e7e241d9e
Hugo 15 support Markdown per GitHub; Removing seds
...
Signed-off-by: Mary Anthony <mary@docker.com >
2015-10-13 16:00:08 -07:00
Guillaume Giamarchi
6829837fd5
Add environment varibles for OpenStack flags
...
Some flags for the OpenStack driver did not have
a corresponding environment variable.
Among others, this is needed to run bats core tests
with the OpenStack driver.
Signed-off-by: Guillaume Giamarchi <guillaume.giamarchi@gmail.com >
2015-10-09 15:16:00 +02:00
Hironobu Saitoh
f659e817b4
Add --openstack-ip-version option
...
This option allows users to specify IP version.
Signed-off-by: Hironobu Saitoh <hiro@hironobu.org >
2015-10-09 07:29:48 +09:00
David Gageot
66078be1e5
FIX #1297 - Support additional tags on GCE
...
Signed-off-by: David Gageot <david@gageot.net >
2015-09-15 06:56:52 +02:00
Nathan LeClaire
7c4d0a5da7
Merge pull request #1642 from ddaze/openstack-retry
...
openstack: New machine active timeout parameter
2015-09-11 14:25:11 -07:00
Palanivelrajan Balasubramanian
3f090d3f47
Added virtio-net as a supported nictype per review comments.
...
Signed-off-by: Palanivelrajan Balasubramanian <praveen12bnitt@gmail.com >
2015-08-20 16:47:50 -04:00
Palanivelrajan Balasubramanian
5f362aca6b
added support for configuring nictype and nicpromise mode in virtualbox
...
Signed-off-by: Palanivelrajan Balasubramanian <praveen12bnitt@gmail.com >
2015-08-19 16:49:42 -04:00
David McKay
07e7604f0e
* Added option to disable virtualbox vbfs user home directory mount
...
* Updated documentation with new option
* Updated flag name
Signed-off-by: David McKay <david@rawkode.com >
2015-08-12 20:37:06 +01:00
Mary Anthony
ecb727822c
Fixing links that weren't resolving
...
Signed-off-by: Mary Anthony <mary@docker.com >
2015-08-11 08:59:18 -07:00
David Zerulla
66b4e3b826
openstack: New machine active timeout parameter
...
* Adds `--openstack-active-timeout` parameter to set the timeout
until a machine is active. Closes #1632
Signed-off-by: David Zerulla <ddaze@outlook.de >
2015-08-11 17:45:08 +02:00
David Gageot
48f8d5b533
Doc for static IP and preemptibility
...
Signed-off-by: David Gageot <david@gageot.net >
2015-08-01 08:30:30 +02:00
Mary Anthony
39806c02e0
First stage of splitting out
...
Splitting out docs
Fixing location of help
entering in changes from testing
Filling in some missing structure
Updating with the comments from Nathan
Updating with the comments from Nathan
Updating after talk with Evan/Nathan
Signed-off-by: Mary Anthony <mary@docker.com >
2015-07-14 12:44:56 -07:00