Commit Graph

279 Commits

Author SHA1 Message Date
Sebastiaan van Stijn f37bb710e0
Add redirect for machine "drivers" page
This content was deprecated, but we missed a redirect.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-11-12 18:19:06 +01:00
Usha Mandya 0417b58c87 Remove Docker machine from toc, update other references
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-09-27 12:37:02 +01:00
Justin Cormack 2dc8b49dcb
Docker Machine is now archived
Remove the docs and recommend Desktop or cloud privisioning tools.

Signed-off-by: Justin Cormack <justin@specialbusservice.com>
2021-09-26 11:58:07 +01:00
Sebastiaan van Stijn 173d3c65f8
fix broken (anchor) links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-09-13 15:07:49 +02:00
Sebastiaan van Stijn 1583678203
Add missing code-hints, and minor markdown edits
- Add missing code-hints (console, yaml)
- Consistently add an empty line after code-blocks
- Combine some examples where the output and the command were
  put in separate blocks. With the "console" code-hint, this
  is no longer nescessary.
- fix indentation in cloud/ecs-integration.md, which caused the
  numbered-list to be interrupted.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-16 12:59:23 +02:00
Sebastiaan van Stijn 346a066b68
Desktop: move "docker-for-windows" to "desktop/windows"
Unifying all content related to Docker Desktop to be withing the desktop
directory.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-14 13:28:15 +02:00
Sebastiaan van Stijn d0bf342e52
Desktop: move "docker-for-mac" to "desktop/mac"
Unifying all content related to Docker Desktop to be withing the desktop
directory.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-14 13:07:41 +02:00
Sebastiaan van Stijn 20bbd99d44
machine: use "console" for shell examples
This allows for easier copying of the commands, without selecting the
prompt.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-06 17:19:22 +02:00
Sebastiaan van Stijn 3b8aee9adc
Fix docker machine install highlighting blocking copy/paste
The code-blocks did not include line-continuation (`\`) symbols, causing
the code-highlighter to treat them as "process output", which is excluded
from copying/selecting.

Also made some minor touch-ups in markdown while working on this page.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-20 13:29:44 +02:00
Usha Mandya b27b712906
Merge pull request #10781 from rachelrice/patch-1
Update completion.md
2021-04-08 15:22:47 +01:00
Usha Mandya 272a1ea8d3 Remove Desktop install references
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-09 16:25:04 +00:00
Sebastiaan van Stijn 3301f89fc3
Replace some getting-started links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-05 12:49:25 +01:00
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
Rachel Rice 1aea9be70c
Update completion.md
Couple of small corrections.
2020-05-10 13:50:42 +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