Commit Graph

494 Commits

Author SHA1 Message Date
Victoria Bialas
ac82f7ff23 updated README per vnext branch plan
copyedits

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-10-05 16:10:59 -07:00
John Mulhausen
5c951e2bb8 Moving reference docs to main docs repo 2016-10-05 14:38:26 -07:00
John Mulhausen
f187761260 Remove old documentation source, add README on migration
Signed-off-by: John Mulhausen <john@docker.com>
2016-10-04 18:14:22 -07:00
Nathan LeClaire
83b2e02dd0 Merge pull request #3753 from exoscale/exoscale/update-default
[Exoscale] Modify exoscale default driver values
2016-10-04 11:01:16 -07:00
Ben Bodenmiller
2a6dd29d3d Merge branch 'master' into patch-1 2016-09-28 16:40:19 -07:00
Victoria Bialas
b7f9de147e Merge pull request #3781 from londoncalling/docs-hyperv-and-swarm-updates
docs update for d4mac, d4win, Hyper-V driver and other virtualiz…
2016-09-26 22:33:29 -07:00
Victoria Bialas
3b78b11c9c WIP: docs update for d4mac, d4win, Hyper-V driver and other virtualization factors, swarm mode
more updates to Machine docs for creating local VMsM

added details and example on using hyper-v driver, formatted headings for other driver docs

copyedits

incorporated Nathan's copyedits

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-09-26 22:26:07 -07:00
Bo Thompson
bd33c8c3c4 docs - godaddy driver plugin ownership change (#3756)
Signed-off-by: Bo Thompson <bo.thompson@gmail.com>
2016-09-26 13:04:23 -07:00
Marc-Aurèle Brothier
1aeb15466e Modify Exoscale default driver values
Signed-off-by: Marc-Aurèle Brothier <m@brothier.org>
2016-09-26 08:41:54 +02:00
Ahmet Alp Balkan
7e5bda734c azure: add flag for static dns label
Introducing --azure-dns argument which associates a FQDN to the
created public IP resource for the VM.

e.g. a value like 'foo' will be later used as IP 'foo.westus.azure.cloudapp.net'.

Also modifying `ip` subcommand to operate on FQDN, where possible.

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2016-09-23 17:19:07 -07:00
YuPengZTE
af68562ca2 eg. is should be e.g.
Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
2016-09-20 16:12:54 +08:00
Nathan LeClaire
2aed8d9349 Merge pull request #3688 from asiragusa/master
virtualbox: virtualbox-hostonly-no-dhcp flag to avoid creation of the…
2016-09-07 11:15:14 -07:00
Alessandro Siragusa
66a97bb177 Updated Virtualbox driver docs 2016-09-07 14:38:31 +02:00
Sven Dowideit
616ae108be Merge pull request #3680 from yuexiao-wang/clean-makefile
Clean up Makefile
2016-08-25 09:45:09 +10:00
yuexiao-wang
d034f93ef2 clean up Makefile
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2016-08-24 09:09:39 +08:00
Ben Bodenmiller
8b5e753671 document how to install registry custom CA
Signed-off-by: Ben Bodenmiller <bbodenmiller@hotmail.com>
2016-08-23 02:18:43 -07:00
Takuya Noguchi
7f02f584b1 Update base images for AWS to 16.04.1
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2016-08-21 01:33:42 +09:00
Nathan LeClaire
b0020f2dc4 Merge pull request #3671 from andrestc/3642-amazonec2-open-ports
amazonec2: add support for additional open ports
2016-08-19 18:34:24 -07:00
Ahmet Alp Balkan
c6a6df72a2 azure: update docs with updated default param
Update `--azure-image` param documented that changed in

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2016-08-18 11:55:21 -07:00
André Carvalho
8d291e53ba amazonec2: add support for additional open ports
This commit adds a flag to the amazonec2 driver to enable
opening custom ports on the host.

Signed-off-by: André Carvalho <andre.carvalho@corp.globo.com>
2016-08-16 18:59:02 -03:00
Nathan LeClaire
29494f1661 Merge pull request #3666 from ahmetalpbalkan/azure-xvnet
azure: allow vnets from another resource group
2016-08-16 13:49:15 -07:00
Nathan LeClaire
19f0bc4daa Merge pull request #3665 from ahmetalpbalkan/azure-sp
azure: Service principal authentication
2016-08-16 12:29:34 -07:00
Ahmet Alp Balkan
554637fbd7 azure: update docs
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2016-08-16 09:29:38 -07:00
Ben Bodenmiller
e8437658c6 Powershell -> PowerShell
Signed-off-by: Ben Bodenmiller <bbodenmiller@hotmail.com>
2016-08-15 23:48:38 -07:00
Ahmet Alp Balkan
681272869d azure: allow vnets from another resource group
This change adds support specifying Virtual Networks from another
Resource Group. Most Azure customers already have existing resource
groups and Virtual Network resources that they attach to the new
machines they create.

`--azure-vnet` flag will automatically work with `[group:]name`
format.

Fixes #3656.

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2016-08-15 14:24:52 -07:00
Ahmet Alp Balkan
81b76355c6 azure: Service principal authentication
This adds authentication mode for Azure driver that will

- allow users to authenticate clients without browser window
  (recommended for headless applications) (fixes #3201, fixes #3493,
  fixes #3199)
- allow clients to have long-lived credentials (as opposed to current
  model that expires every 2 weeks and requires interactive auth again)

Added azure argument `--azure-client-id` & `--azure-client-secret`
and updated docs accordingly.

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2016-08-15 12:56:29 -07:00
Nathan LeClaire
6143a3e368 Merge pull request #3629 from cab105/affinity
Add affinity group support in exoscale driver
2016-08-10 14:05:52 -07:00
Gaurav Arora
703f6d9c76 add ap-south-1 (mumbai) to aws driver/docs
Signed-off-by: Gaurav Arora <gaurav@custvantage.com>
2016-08-10 11:01:08 +05:30
Nathan LeClaire
f6ebffaf1c Merge pull request #3650 from aka-bo/godaddy-plugin
GoDaddy Docker Machine driver plugin
2016-08-09 11:48:29 -07:00
Nathan LeClaire
6f2a4153a1 Merge pull request #3653 from fsoppelsa/master
Bump version to 0.8.0 in install-machine.md
2016-08-09 11:48:16 -07:00
Fabrizio Soppelsa
d52b46b5e5 Bump version to 0.8.0 in install-machine.md
Signed-off-by: Fabrizio Soppelsa <fsoppelsa@mirantis.com>
2016-08-08 16:25:32 +03:00
Tao Wang
9375573e3f Fix missing '--driver none' from get-start-cloud.md docs
Fixes #25485

Signed-off-by: Tao Wang <twang2218@gmail.com>
2016-08-08 21:11:33 +10:00
Bo Thompson
dc6a7d5ed4 GoDaddy Docker Machine driver plugin
Signed-off-by: Bo Thompson <bo.thompson@gmail.com>
2016-08-06 16:57:02 -07:00
Nathan LeClaire
d0e03103c6 Merge pull request #3472 from mathias-nyman/add_openstack_driver_cacert_support
Add support for OS_CACERT in Openstack driver
2016-08-05 15:33:29 -07:00
Chris Baumbauer
9c4d3fe4e0 Fix egoscale vendor dependencies
Signed-off-by: Chris Baumbauer <cab@cabnetworks.net>
2016-08-05 07:51:15 -07:00
Nathan LeClaire
767b8907f1 Merge pull request #3478 from tnir/ubuntu-16-04-for-aws-driver
Update base images for AWS driver
2016-08-02 09:47:27 -07:00
Amir Mohammad Saied
a122156437 Add custom-data support to Azure driver (#3592)
Add custom-data support to Azure driver

Signed-off-by: Amir Mohammad Saeid <amirsaied@gmail.com>
2016-08-01 16:10:29 -07:00
Nathan LeClaire
f749fbcbaa Merge pull request #3495 from vikstrous/661
add --amazonec2-keypair-name flag, fix #661
2016-08-01 15:20:03 -07:00
Nathan LeClaire
c257d877ed Merge pull request #3572 from StackPointCloud/master
ProfitBricks Docker Machine Driver Doc Update
2016-07-29 16:37:21 -07:00
Viktor Stanchev
52663993a4 add --amazonec2-keypair-name flag, fix #661
Signed-off-by: Viktor Stanchev <me@viktorstanchev.com>
2016-07-29 12:03:10 -07:00
Sebastien Goasguen
4e8bb0a5ac Add affinity group support in exoscale driver
Signed-off-by: Sebastien Goasguen <runseb@gmail.com>
2016-07-28 22:34:42 -07:00
Takuya Noguchi
fd3156a1aa Update base images for AWS driver
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2016-07-29 04:08:44 +09:00
Nathan LeClaire
73199a4e40 Merge pull request #3550 from ahmetalpbalkan/azure-storage-type
azure: add --azure-storage-type flag
2016-07-28 11:54:57 -07:00
Victoria Bialas
baa1343742 added info about d4mac, d4win in preparation for v1.12 publish set
copy-edit to remove extra/repeated info not needed in both sections

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-07-27 19:14:50 -07:00
Aaron Culich
f171370343 remove LTS from Ubuntu 15.10 in aws driver docs
The 14.04.x and 16.04 [release](https://wiki.ubuntu.com/Releases) are LTS., but Ubuntu 15.10 is not an LTS release, so I'd suggest removing that designation from the docs.

Signed-off-by: Aaron Culich <aculich@berkeley.edu>
2016-07-05 22:40:16 -07:00
Matt Baldwin
d94d02f429 ProfitBricks Docker Machine Driver Doc Update
Change-Id: I2296134fa33c85e0cc971f95448af380a80ecfe8
Signed-off-by: Matt Baldwin <baldwin@stackpointcloud.com>
2016-07-05 17:01:30 -07:00
Ahmet Alp Balkan
2cd6d1f043 azure: add --azure-storage-type flag
This allows users to specify type of Azure Storage account
to be used to run the machine’s disk and enables users to create
SSD-backed machines.

Fixes #3542.

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2016-06-27 18:51:29 -07:00
Dan Jones
7830ca897f Add Skytap Docker Machine Driver Plugin
Signed-off-by: Dan Jones <dan@virtualjones.net>
2016-06-22 13:53:30 -07:00
Mikhail Zholobov
4739fbda5b docs: Fix the name of "Parallels Desktop for Mac"
Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
2016-06-09 17:56:28 +03:00
Sven Dowideit
e3594a517f Merge pull request #3468 from SvenDowideit/more-validation-fixes
More docs validation fixes
2016-06-02 15:04:20 -07:00