Commit Graph

102 Commits

Author SHA1 Message Date
Sebastiaan van Stijn 26926972ea
machine: handle indexing through config
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-21 15:32:17 +02:00
Sebastiaan van Stijn 03d60f916a
Replace "hide_from_sitemap" with "sitemap: false"
The `hide_from_sitemap` metadata variable was a custom thing we implemented
to add a "noindex" meta-header to pages and to exclude a page from the
search auto-complete.

However, pages with that option set would still be included in sitemap.xml,
resulting in search engines to visit those pages (only to discover they
should not index them).

This patch replaces the custom `hide_from_sitemap` value for `sitemap: false`,
which is a metadata variable that's defined by the "jekyll-sitemap" plugin
we use to generate the sitemap.xml;

https://github.com/jekyll/jekyll-sitemap/blob/v1.4.0/README.md#exclusions

Setting this variable will now:

- add a "noindex" metadata header to the page
- exclude the page from the sitemap.xml.
- exclude the page from /js/metadata.json (used for search autocomplete)

Also fixed an issue in the metadata.json where the `notoc` metadata was
used to exclude pages, however that variable is meant to disable the
in-page TOC (right-hand side navigation with anchor links).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-21 15:09:11 +02:00
Sebastiaan van Stijn c119ed174e
Use https:// for links and examples
Found these using `http://[^lp10\*`<][^o]` (to exclude "localhost" and IP-addresses)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-13 12:09:11 +02:00
Gifford Nowland 289449768d
"daemon reload" should be "daemon-reload"
...`systemctl daemon reload`... should read ...`systemctl daemon-reload`...
2020-08-20 02:41:10 -04:00
Amir Keshavarz 001e083d67
Add ArvanCloud machine driver 2020-06-12 12:46:20 +04:30
Amal 12b8e799c7
Typo fixture (#10950)
* Typo fixture

* Minor typo fix

* Typo fix
2020-06-03 19:21:11 +01:00
Sebastiaan van Stijn eb948508c1
various: use relative markdown links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 13:03:53 +02:00
Sebastiaan van Stijn 331554f4b3
Fix various links that were generating URLs with `.md` (#10548)
* Fix incorrect links in compose section

there's a bug causing wrapped links to not work, and replacing
some links to point to the .md file, so that IDE's can check
if the anchors are valid. Also replaced some links to point
to their new location.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* engine/swarm: update links

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Fix various broken links

There's a bug in the "jekyll-relative-links" plugin that causes wrapped links to not work.
Also replacing some links to point to the .md file, so that IDE's can check if the anchors
are valid. Finally, replaced some links to point to their new locations, so that users don't
get redirected..

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-01 12:05:50 +01:00
Usha Mandya a247c105f7
Update the metadata and keywords for SEO (#10030)
Updated the metadata and keywords for seo
2019-12-13 15:27:59 +00:00
Traci Morrison fbeceddd27 Add link to Generic drivers 2019-12-04 16:25:26 -05:00
Usha Mandya c6b99e2a53
Revert "Adding advisory warnings about docker-machine" 2019-11-19 13:52:59 +00:00
Dawn-Docker 5b918f715c
Merge pull request #9239 from hamiltont/document-machine-advisory
Adding advisory warnings about docker-machine
2019-11-18 14:22:40 -08:00
Max Schmitt f582350a34 docs: added Hetzner Cloud machine driver (#9062) 2019-08-19 15:41:03 +01:00
Hamilton Turner e99406c2cd Adding advisory to additional pages 2019-08-11 15:39:51 -04:00
Hamilton Turner d93df8e0f1 Adding advisory warnings about docker-machine 2019-08-11 14:33:36 -04:00
Benjamin Blouin ee4966568e update broken boot2docker link (#8775)
now points to https://github.com/boot2docker/boot2docker
2019-07-12 15:08:01 -07:00
Jakob Krigovsky 2fad6265d2 Fix spelling of “DigitalOcean” (#8938)
Thanks for helping with this as well!
2019-07-10 15:07:59 -07:00
Jakob Krigovsky 5dc64eff54 Standardize “digitalocean” keyword (#8941) 2019-07-10 14:57:53 -07:00
Maria Bermudez c43e9a761b
Merge pull request #7001 from displague/patch-1
add Linode to AVAILABLE_DRIVER_PLUGINS.md
2019-02-21 06:15:42 -08:00
Sebastiaan van Stijn 03d5b3396d
Use consistent formatting for notes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-02-09 00:49:57 +01:00
Marques Johansson be728dc094 doc: Docker driver for Linode infrastructure (#7001)
Adding a reference to a new DockerMachine driver made available for Linode infrastructure.
Adding a reference to the Linode driver on AVAILABLE_DRIVER_PLUGINS.md

Signed-off-by: Marques Johansson <marques@linode.com>
2019-01-19 12:50:00 -05:00
paigehargrave 0dab4ade68
Merge branch 'master' into name-change-for-Docker-Desktop 2019-01-14 11:14:48 -05:00
paigehargrave f67b015c3a
Update hyper-v.md 2019-01-11 13:46:36 -05:00
Maria Bermudez d7ad8f5ef6
Merge pull request #7918 from djalal/patch-1
add scaleway driver for machine
2018-12-27 13:15:21 -08:00
Maria Bermudez c1feda284f
Merge pull request #7573 from torbenmoeller/add-examples-for-virtualbox-share-folder
Added examples for --virtualbox-share-folder
2018-12-27 09:53:40 -08:00
Maria Bermudez 7e4bdec822
Minor edits 2018-12-27 09:53:16 -08:00
djalal bc4979f2f6
add scaleway driver for machine 2018-12-21 19:35:11 +01:00
L-Hudson e5ad719861
Update hyper-v.md
text edits
2018-12-20 08:46:21 -05:00
Tomáš Linhart af39365ffa
Add note about using correct network in Virtual Switch Manager 2018-12-19 00:07:29 +01:00
Maria Bermudez 137b8b0a20
Edits 2018-11-08 16:56:27 -08:00
Maria Bermudez 6d007ada6c
Edits 2018-11-08 16:46:11 -08:00
Joffrey F 6d33979407 Update docs with latest version of docker-machine
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-11-08 14:39:25 -08:00
Torben Möller 4a98cbabad
Added examples for --virtualbox-share-folder
Added examples for --virtualbox-share-folder for linux bash and windows cmd.
2018-10-28 00:37:19 +02:00
Oscar Caballero 269c80d2d9 Spelling revision 2018-09-23 21:43:11 +02:00
Gwendolynne Barr c9e06d476f
Depersonalize docs (#6760) 2018-05-24 15:05:27 -07:00
Paul Kamer 3f4f3d1509 Adds 'digitalocean-ssh-key-path' CLI option (#6031) 2018-05-10 09:17:52 -07:00
Felix Härnström ec170487c6 Fix incorrect description in example (#6625) 2018-05-03 09:23:17 -07:00
Andrew Featherstone 8c56709b6f Remove incorrect '$' symbol from default values
This makes the table of default values consistent in style.
2018-04-23 16:05:01 -07:00
Joffrey F 6d40a578ba Document new additions in Machine 0.14.0
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-03-06 13:14:33 -08:00
Yoan Blanc d10564f5f4 machine exoscale: support SSH key file
Signed-off-by: Yoan Blanc <yoan.blanc@exoscale.ch>
2018-03-06 13:14:33 -08:00
David Archer 25d20f02d3 openstack: add option for enabling configuration drive (#5724)
Signed-off-by: David Archer <darcher@gmail.com>
2018-03-06 13:14:33 -08:00
Misty Stanley-Jones a4f5e30249
Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788)
* Reword lots of instances of 'will'

* Reword lots of instances of won't

* Reword lots of instances of we'll

* Eradicate you'll

* Eradicate 'be able to' type of phrases

* Eradicate 'unable to' type of phrases

* Eradicate 'has / have to' type of phrases

* Eradicate 'note that' type of phrases

* Eradicate 'in order to' type of phrases

* Redirect to official Chef and Puppet docs

* Eradicate gratuitous 'please'

* Reduce use of e.g.

* Reduce use of i.e.

* Reduce use of N.B.

* Get rid of 'sexagesimal' and correct some errors
2018-01-25 17:37:23 -08:00
Frederic Tschannen ab7c338cca update option values (#5705)
- only lowercase availability zones are accepted in CLI options 
- only image short-names are accepted in CLI options
2018-01-18 09:40:17 -08:00
David Archer f054ed12dd openstack: add missing docs for user-data-file option (#5730)
Signed-off-by: David Archer <darcher@gmail.com>
2018-01-16 12:14:26 -08:00
Martijn van Calker 2ead7d5dd3 docs: Sort lists and tables ASC (#5600) 2017-12-26 12:51:27 -08:00
Stu 1b302910ca Update generic.md (#5610)
add info about systemd setting
2017-12-26 12:49:01 -08:00
Martijn van Calker 86fb652d05 Docs: Remove duplicated `amazonec2-userdata` flag (#5551)
* Docs: Remove duplicated `amazonec2-userdata` flag

* Docs: Remove duplicate content aws-driver/Options list

* Docs: Order list (ASC) Environment variables and default values
2017-12-21 12:07:29 -08:00
Yoan Blanc 0420829c6a driver exoscale: clarify the image template name. (#5487)
Signed-off-by: Yoan Blanc <yoan.blanc@exoscale.ch>
2017-12-14 14:44:36 -08:00
Tao Wang 18442126af Update machine drivers docs
Update Google and Rackspace default image to Ubuntu 16.04, as
docker/machine#3888 has been merged.
Add new options docs for aws, gce, rackspace and virtualbox drivers.

Signed-off-by: Tao Wang <twang2218@gmail.com>
2017-10-18 19:04:43 -07:00
Marc-Aurèle Brothier d84845f6c3 driver exoscale: update default value for affinity group (#4588)
Referring change in docker-machine
https://github.com/docker/machine/pull/4255

Signed-off-by: Marc-Aurèle Brothier <m@brothier.org>
2017-10-10 07:25:08 -07:00