Commit Graph

266 Commits

Author SHA1 Message Date
Sebastiaan van Stijn 2ce808edc0
Remove references to obsolete engine versions
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-26 15:45:07 +01:00
Sebastiaan van Stijn e3ef5c5085
machine: move overview page to /machine/
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-21 15:44:05 +02:00
Sebastiaan van Stijn ce451cba54
remove machine/index.md (to be replaced)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-21 15:35:46 +02:00
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
Usha Mandya e885a5aeaa Remove Docker Toolbox docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-10-20 18:05:36 +01: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
Sebastiaan van Stijn 393d3f6566
Add rel="noopener" to external links
See https://web.dev/external-anchors-use-rel-noopener/

Using noopener, as that addresses the security issue. "noreferer" blocks
the REFERER header, which may still be useful for some target URLs.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-12 13:09:30 +02:00
Sebastiaan van Stijn 0bbe9c32fb
Fix various broken links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-07 12:49:22 +02:00
myroslavkhovalko a9116ba916
Update release-notes.md 2020-09-15 13:21:42 +03:00
Usha Mandya 4ed58d9786
Merge pull request #11317 from scjane/patch-137
Update overview.md
2020-09-02 10:43:48 +01:00
Wang Jie 12f33e8adb
Update get-started.md 2020-09-01 11:48:29 +08:00
Wang Jie b73908e916
Update overview.md 2020-09-01 11:24:37 +08: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
Sebastiaan van Stijn 1e0a78bacb
Merge pull request #10992 from satrobit/master
Add ArvanCloud machine driver
2020-08-11 15:36:07 +02:00
Jericho a2bf77c015
typo
typo
2020-07-18 13:02:07 -06: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 9b74d86033
remove unused images
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-12 22:35:10 +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
Sebastiaan van Stijn 93e24fe60e
Move release notes inside each product's section
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-18 14:09:17 +01:00
Sebastiaan van Stijn 19c6cb8f1c
Markdown: fix some code-hints
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-17 14:50:31 +01:00
Usha Mandya 4c244b74e2
Update Machine install info (#10238) 2020-02-04 17:51:42 +00:00
Ivor Scott 782f21639b
Docker Machine is no longer installed by default (#10232)
Docker Machine is no longer installed by default
2020-02-04 16:38:30 +00: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
Affinito Alessandro 56722dd4a0 Added chmod +x for the binary (#9330) 2019-09-02 11:40:18 +01:00
Massimo Ruggirello 6da1d4f666 Update install-machine.md (#8992)
install -> mv
2019-08-19 15:53:38 +01: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
Wang Jie 25ecf0d985 Update get-started.md (#8713) 2019-05-07 18:13:08 -07:00
Shubh a62197261f
Revert "Update overview.md" 2019-03-21 23:26:47 +05:30
Wang Jie 8d583cc562
Update overview.md 2019-03-20 14:51:33 +08:00
Maria Bermudez ccbb5e2630 Revert "Revert "Merge branch 'master' of github.com:docker/docker.github.io""
This reverts commit 4b5fbbdbc9.
2019-03-08 10:53:00 -08:00
Paige Hargrave 4b5fbbdbc9 Revert "Merge branch 'master' of github.com:docker/docker.github.io"
This reverts commit 813f45bdd7, reversing
changes made to 2349c62566.
2019-02-28 13:11:13 -05:00
paigehargrave 369ebf7e30
Update ocean.md 2019-02-26 08:13:31 -05:00
Maria Bermudez 25441d20f5
Merge pull request #7998 from OriHoch/patch-1
Add kamatera-docker-machine-driver to the list of 3rd part machine drivers
2019-02-21 06:18:41 -08: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
paigehargrave 6ffa47553c
Merge branch 'master' into patch-1 2019-01-22 13:30:00 -05: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
Lee Dogeon bc98e5ed16
Update machine/concepts.md to fix #8017
No drivers.md  was there.
2019-01-15 06:50:20 +09:00
paigehargrave 0dab4ade68
Merge branch 'master' into name-change-for-Docker-Desktop 2019-01-14 11:14:48 -05:00