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>
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>
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>
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>
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>
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>
The environment variable was `EXOSCALE_ENDPOINT` but the flag was
`--exoscale-url`. When configuring from flags, the wrong name was
used. Therefore, a user was unable to use an alternate endpoint.
Signed-off-by: Vincent Bernat <Vincent.Bernat@exoscale.ch>