Commit Graph

398 Commits

Author SHA1 Message Date
Hakan Ozler d7e97d0443 update command line references
Signed-off-by: Hakan Ozler <hakan.ozler@kodcu.com>
2016-02-20 18:53:33 +02:00
Nathan LeClaire 7cc7fbadcc Merge pull request #3090 from mishak87/patch-1
Typo docker-machine -f is shortcut for --format
2016-02-19 16:52:47 -08:00
Michal Gebauer a1aeae46ec Fixed rouge paren
Signed-off-by: Michal Gebauer <mishak@mishak.net>
2016-02-20 00:30:20 +01:00
Michal Gebauer b9302b3043 Typo docker-machine -f is shortcut for --format
Signed-off-by: Michal Gebauer <mishak@mishak.net>
2016-02-19 15:25:55 +01:00
Jaime Melis 71bf6ed6cf Add OpenNebula Driver Plugin
Signed-off-by: Jaime Melis <jmelis@opennebula.org>
2016-02-19 13:05:12 +01:00
David Gageot 742c87ee3f Improve Generic driver doc
Signed-off-by: David Gageot <david@gageot.net>
2016-02-19 07:25:31 +01:00
Sebastiaan van Stijn 1331811dca docs: remove reference to lxc-docker
The package on apt.dockerproject.org is now called
'docker-engine'.

Also replaced 'dev' with 'default', because that's
the default name for machines.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2016-02-18 12:20:26 +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
Nathan LeClaire 7c6316d146 Merge pull request #3073 from miqui/master
add my name to driver contributor list
2016-02-17 12:02:10 -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
Miguel Quintero 3ca3a4bf21 add my name
Signed-off-by: Miguel Quintero <miguel.quintero@hpe.com>
2016-02-17 11:15:55 -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
Jean-Laurent de Morlhon 1eaf5a464f Merge pull request #3020 from mssola/swarm-experimental
Added a flag to enable experimental Swarm features
2016-02-13 14:10:44 -08:00
Miquel Sabaté Solà 7e201c4005 Added a flag to enable experimental Swarm features
The `create` command now has the `--swarm-experimental` boolean flag, that
tells the Swarm provisioner to enable experimental features in Swarm.

Fixes #2861

Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
2016-02-13 12:21:20 +01:00
Caio Fernando Bertoldi Paes de Andrade 7e7c6b5ee4 Start local machines on startup (fixes #2857)
Signed-off-by: Caio Fernando Bertoldi Paes de Andrade <caiofbpa@icloud.com>

Carries and closes #3047

modified per Nathan's comments, missed it first time round

modified wording per Seb's comments

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-02-12 17:31:58 -08:00
Olivier Gambier 4262a8fde5 Merge pull request #3034 from davemkirk/3025-registry-env-var
Add ENGINE_REGISTRY_MIRROR env var support.
2016-02-11 11:05:34 -08:00
Jean-Laurent de Morlhon f6cb147f0d Markdown linting in docs/reference directory
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
2016-02-11 09:29:52 -08:00
Mary Anthony 785e183466 Updating Dockerfile
Signed-off-by: Mary Anthony <mary@docker.com>
2016-02-10 20:52:47 -08:00
David Kirk 090c575c0d Add env var support.
Signed-off-by: David Kirk <davemkirk@gmail.com>
2016-02-10 21:25:28 -06:00
Victoria Bialas 8c186370b7 machine docs: removed references to AMI per @nathanleclaire comments
fixed grammatical error re: AMI

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-02-10 15:32:31 -08:00
Victoria Bialas 0eb405f1d7 AWS example added to Machine docs cloud provisioning topic, reorganized/streamlined topics, tested against updated driver, and documented per new/easier use of it per Jean-Laurent's fixes
split examples out into separate files (aws, digital ocean)

fixes issue #3028:links to Swarm in overview, cloud topics, cloud examples

fixed links and mis-spelling

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-02-10 13:09:24 -08: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
Nathan LeClaire 7660fedf4b Merge pull request #2957 from londoncalling/docs-machine-b
Improve intro to machine docs
2016-02-03 17:37:12 -08:00
Sven Dowideit fba9db1dee Retitle as Docker Machine
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2016-02-03 17:01:54 -08:00
Victoria Bialas 63f8f1fb48 WIP: improve intro to machine docs
WIP: rewrite of Machine overview for clarity, add diagrams

rewrite/re-organize Machine topics; incl. get started on local VM, menu order, titles

replaced Swarm info in cloud doc to reference new Swarm provisioning topic per @moxigirl, incorporated review comments per Chanwit into Concepts topic

added mention of Swarm clusters to Overview, and links to Swarm topics in What's next for Overview and Concepts

updates to concepts per @bfirsh comments

updated cloud provisioning topic to illustrated, step-by-step version added for cloud installs per issue #18282

cleanup of links, copy-edits

update to concepts, added link to boot2docker repo and re-worded per Nathan's comments

updates to concepts and cloud example per @dmp42 comments

updated for links and improved intro content for cloud topic

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-02-03 16:03:36 -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
David Gageot 6861665646 Merge pull request #2967 from daehyeok/docs_kvm_driver
Add kvm driver link to docs
2016-02-02 14:18:12 -08:00
Daehyeok Mun df45c054ce Add kvm driver link to docs
Signed-off-by: Daehyeok Mun <daehyeok@gmail.com>
2016-01-30 18:06:29 -07: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
David Gageot 8f3d952242 Merge pull request #2927 from dgageot/extra_ls_info
Add RESPONSE time to available columns in ls
2016-01-26 12:22:53 +01:00
Nathan LeClaire e9294b4fcf Add RESPONSE time to available columns in ls
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>

Signed-off-by: David Gageot <david@gageot.net>
2016-01-26 11:34:14 +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 52b0e19492 Added lost feedback by @dgageot and myself on overview
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
2016-01-26 11:19:00 +01:00
Jean-Laurent de Morlhon 3328020654 Typo in index
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
2016-01-26 11:18:27 +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
albert cff41ab15b Update AVAILABLE_DRIVER_PLUGINS.md
Signed-off-by: Albert Choi <albert.choi@gmail.com>
2016-01-25 13:35:33 -08: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
Jean-Laurent de Morlhon 01f4ffd21f Merge pull request #2752 from dgageot/google-reuse
Support creating a machine from an existing google VM
2016-01-25 15:39:51 +01:00
Jean-Laurent de Morlhon 9f63456a76 Update documentation and release note template
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
2016-01-25 14:08:48 +01: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
Jean-Laurent de Morlhon aeec7b716e Merge pull request #2881 from robbertkl/docs-fix-ips
Replace public IPs with reserved ones
2016-01-20 10:32:22 +01:00
Robbert Klarenbeek cda5d00bd8 Replace public IPs with reserved ones
Signed-off-by: Robbert Klarenbeek <robbertkl@renbeek.nl>
2016-01-20 03:31:14 +01:00