Michael D Roach
56de91e44a
Update digital-ocean.md ( #3783 )
...
* Update digital-ocean.md
* Update digital-ocean.md
2017-07-07 12:47:23 -07:00
Misty Stanley-Jones
17e1da077b
Tighten up base image and parent image terminology ( #3720 )
2017-06-28 11:56:41 -07:00
Thomas Grainger
464b983761
Add amazonec2 commands that were missing documentation ( #3589 )
2017-06-26 13:29:49 -07:00
Romain Rouvoy
8cc7d23ba4
doc: Docker driver for Grid 5000 infrastructure ( #3360 )
...
Adding a reference to a new DockerMachine driver made available for the Grid5000 computing infrastructure.
2017-06-22 15:41:41 -07:00
Victoria Bialas
5dbf9b660f
added Machine overview to left-side toc ( #3587 )
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-12 22:12:45 -07:00
Victoria Bialas
2d70554f86
added link to vmwareworkstation driver ( #3542 )
...
* added link to vmwareworkstation driver
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added unofficial, unsupported
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-09 09:15:56 -07:00
Victoria Bialas
96f528f1c7
d4win troubleshooting topic on wifi, networking issues ( #3497 )
...
* d4win troubleshooting topic on wifi, networking issues
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* copyedit on WiFi capitalization
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-07 13:41:33 -07:00
Wang Jie
4d3967bc77
Update virtualbox.md ( #3332 )
2017-05-23 10:19:06 -07:00
Wang Jie
1b18dd4592
Update openstack.md ( #3331 )
2017-05-23 10:18:02 -07:00
Wang Jie
48662775d2
Update hyper-v.md ( #3330 )
2017-05-23 10:17:16 -07:00
Wang Jie
d9654b8ce4
Update soft-layer.md ( #3328 )
2017-05-23 10:16:35 -07:00
Wang Jie
a79334b194
Update gce.md ( #3327 )
2017-05-23 10:15:40 -07:00
Wang Jie
e46fac8175
Update digital-ocean.md ( #3321 )
2017-05-23 10:10:57 -07:00
Wang Jie
2b79393e81
Update aws.md ( #3320 )
2017-05-23 10:10:20 -07:00
Jason McCallister
e3a017a187
Adds note about passing boolean arguments ( #3268 )
...
Adds a sentence and example on how to use boolean arguments.
2017-05-19 15:28:09 -07:00
Steven Hanna
3cddbcb377
Emphasize external network must be used ( #2990 )
...
* Emphasize external network must be used
* Forgot a period
2017-04-21 13:24:22 -07:00
Alexandre Garnier
70fabab558
Fix docker-machine GCE options listing ( #2454 )
...
There was too many spaces and it was renedered as a code block.
2017-03-23 15:04:45 -07:00
Lars Larsson
950bd16598
added documentation for network/subnetwork flags ( #2271 )
2017-03-13 12:01:44 -07:00
Hugo
9c271e8761
Update hyper-v.md ( #2121 )
...
* Update hyper-v.md
* Update hyper-v.md
* Update hyper-v.md
2017-03-08 14:30:15 -08:00
Jim Galasyn
e29dc60abb
Fixed a typo
...
Fixed "instad" to "instead".
2017-02-25 16:58:19 -08:00
Victoria Bialas
7aaf72119d
updated swarm and voting app tutorials per d4mac, d4win, toolbox and driver issues
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-23 17:48:22 -08:00
Antti Pihlaja
49bc53ba89
Update digital-ocean.md
...
Default image was changed to `ubuntu-16-04-x64` here: https://github.com/docker/machine/blame/master/drivers/digitalocean/digitalocean.go#L41
2017-02-11 19:48:29 +02:00
jingsam
347902de0d
Update hyper-v.md
2017-01-15 15:48:16 +08:00
Shayne Wang
85b1bd6254
Update aws.md
...
Added ca-central-1 AMI ID (SOURCE: 099720109477/ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20161013), changed Ubuntu version to 16.04 LTS
Signed-off-by: Shayne Wang <shaynexwang@gmail.com>
2016-12-12 10:54:11 -08:00
Eisenberger Tamás
c717eb71f7
Document virtualbox-share-folder switch of docker-machine virtual box… ( #647 )
...
* Document virtualbox-share-folder switch of docker-machine virtual box driver
* Add --virtualbox-share-folder to the fefaults table too
* Updated wording for virtualbox-share-folder
* Update virtualbox.md
2016-11-29 13:56:44 -08:00
Peter Schultz
5bde9b0fde
machine/gce: explain how to use image families
2016-11-13 18:14:22 +01:00
Gaetan
75fe044313
fix type of keywords entry in frontmatter (in /machine/) ( #556 )
...
keywords should be a string, not an array containing one string
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-11 14:51:12 -08:00
Gaetan
1589927ce8
fix duplicated titles having different values ( #514 )
...
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-10 11:57:20 -08:00
John Mulhausen
558314bf56
Converges titles to imperative-form, front-matter based, and sentence-case ( #438 )
...
Multiple title fixes, consistency fixes, convergence into metadata-based titles.
2016-11-04 15:38:40 -07:00
Misty Stanley-Jones
1a193d749b
Revert "Merge pull request #437 from gdevillele/fix_keywords_format"
...
This reverts commit 13ddc1350e
, reversing
changes made to 7a11f05943
.
2016-11-04 13:33:29 -07:00
Gaetan
8bb4d6226a
fix more frontmatter keywords values ( #439 )
...
* fix format of frontmatter keyword entry in some .md files
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-04 10:48:38 -07:00
Misty Stanley-Jones
62a3473be4
Fix re-import of machine
2016-11-02 10:01:42 -07:00
Tino Breddin
69283150a5
FreeBSD: add build support
...
Signed-off-by: Tino Breddin <t@tolbrino.com>
2016-11-02 09:54:44 -07:00
Misty Stanley-Jones
d6ef6d5bb9
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-11-02 09:16:45 -07:00
Victoria Bialas
08d35416c9
Revert "Doc change to support custom userdata option for docker-machine AWS driver"
2016-10-26 14:23:25 -07:00
LRubin
ef0f8459e6
Fix code fence
2016-10-25 12:09:27 -07:00
Victoria Bialas
2ab7fa3aff
Revert "Merge pull request #36 from mrburrito/aws-iam-roles"
...
This reverts commit 82d9ab91b2
, reversing
changes made to c1188953ba
.
2016-10-05 12:52:04 -07:00
Marc-Aurèle Brothier
3fe070e848
Exoscale: fix letter casing
...
Following change a059edd949
Signed-off-by: Marc-Aurèle Brothier <m@brothier.org>
2016-10-05 07:35:42 +02:00
John Mulhausen
a059edd949
Matching PR #3753 @ Machine
...
A PR slipped in post-migration at https://github.com/docker/machine/pull/3753/files
2016-10-04 18:06:30 -07:00
Victoria Bialas
82d9ab91b2
Merge pull request #36 from mrburrito/aws-iam-roles
...
Doc update to support standard AWS credential loading.
2016-10-04 15:41:45 -07:00
Gordon Shankman
a9b79591cf
Migrating docs changes from machine PR https://github.com/docker/machine/pull/3779
...
Signed-off-by: Gordon Shankman <gshankman@gmail.com>
2016-10-04 17:05:20 -04:00
Gordon Shankman
f590974263
Docs changes from machine PR https://github.com/docker/machine/pull/3799
...
Signed-off-by: Gordon Shankman <gshankman@gmail.com>
2016-10-04 16:59:58 -04:00
John Mulhausen
066b78bf86
Content rendering fixes
2016-09-30 01:51:56 -07:00
Misty Stanley-Jones
d53c6798c9
Convert TOML to YAML, tweaks to work with Jekyll
2016-09-29 17:16:03 -07:00
Misty Stanley-Jones
17f54b8475
Move machine docs to machine subdirectory
2016-09-28 20:45:49 -07:00