Commit Graph

54804 Commits

Author SHA1 Message Date
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
Usha Mandya 3cdfb582e7
Merge pull request #11491 from thaJeztah/compose_swarm
Remove old "Using Compose with Swarm" page
2020-10-07 10:56:10 +01:00
Usha Mandya 4dd275fd07
Merge pull request #11489 from thaJeztah/fix_missing_descriptions
Fix missing descriptions
2020-10-07 10:55:34 +01:00
Sebastiaan van Stijn e72030d2c6
_includes/head.html: generate description for reference pages
This generates a description for pages that don't have one;

- for referene docs, try the "long" description
- fallback to "short" description
- finally, fallback to taking the first 30 words from the
  page content

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-07 11:23:23 +02:00
Sebastiaan van Stijn c821fe1871
Add missing descriptions, and move reference index page
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-07 11:23:20 +02:00
Usha Mandya db0589b8cd
Merge pull request #11488 from thaJeztah/fix_missing_titles
Generate page title from H1 if needed
2020-10-07 10:12:02 +01:00
Usha Mandya 4dc252c910
Merge pull request #11487 from thaJeztah/edit_url_fix
use jekyll configuration for edit urls
2020-10-07 09:49:41 +01:00
Usha Mandya 0d2e81a7f4
Merge pull request #11484 from thaJeztah/engine_api_description
engine-api: create unique description for each API version
2020-10-07 09:44:55 +01:00
Usha Mandya bc56671d4b
Merge pull request #11490 from mat007/desktop-kubernetes-reset-note
Add Kubernetes reset note in Docker Desktop release notes
2020-10-07 09:31:05 +01:00
Sebastiaan van Stijn b3d8bfa7c5
Remove old "Using Compose with Swarm" page
This page describes using docker compose with legacy swarm,
which has been deprecated.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-07 09:50:57 +02:00
Mathieu Champlon eef2ddff7c Add Kubernetes reset note 2020-10-07 06:36:03 +02:00
Sebastiaan van Stijn 7e5352f1ae
_includes/head.html: generate page title from H1 if needed
This is a very hacky way to extract the page title from pages that do not have
front-matter yaml, but have a H1 header. We need to take (id-) attributes into
account, so some hacking is needed.

Note that there's also a Jekyll plugin that features similar functionality, but
it requires additional dependencies, and we only have a few pages that need
this, so for now using this hack.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-06 23:57:51 +02:00
Sebastiaan van Stijn 6329797e25
_includes/head.html: reorder / regroup metadata fields
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-06 23:57:49 +02:00
Sebastiaan van Stijn 8063e9f3fc
_includes/head.html: remove duplicate "noindex", and cleanup whitespace
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-06 23:57:46 +02:00
Sebastiaan van Stijn dbd88b7395
use jekyll configuration for edit urls
The existing implementation was broken, and didn't override
the URLs (due to leading, trailing slashes the paths were not
matched).

Instead of using the custom "not_edited_here.yaml", set the
edit-url as front-matter variable through the _config.yml

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-06 23:10:28 +02:00
Sebastiaan van Stijn 49a9644938
Merge pull request #11485 from usha-mandya/guides-tab-nav
Update the Guides tab navigation
2020-10-06 20:51:23 +02:00
Usha Mandya 2db0acc938 Update the Guides tab navigation
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-10-06 18:58:11 +01:00
Usha Mandya 4e7d8fd973
Merge pull request #11483 from simonferquel/windows-hypervisor-troubleshooting-bcdedit
Add bcdedit trick for hypervisor troubleshooting
2020-10-06 17:13:50 +01:00
Sebastiaan van Stijn 3353d60062
engine-api: create unique description for each API version
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-06 16:22:35 +02:00
Usha Mandya 962f9655c5
Update docker-for-windows/troubleshoot.md
Co-authored-by: Simon Ferquel <simon.ferquel@docker.com>
2020-10-06 11:48:43 +01:00
Usha Mandya 9946444fc8
Minor style edit
Wrapped content to 80 characters
2020-10-06 11:31:00 +01:00
Simon Ferquel ca2777ee78 Add bcdedit trick for hypervisor troubleshooting
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
2020-10-06 11:45:05 +02:00
Usha Mandya 99788a00ab
Merge pull request #11471 from crazy-max/patch-1
Update auth through GitHub Actions
2020-10-05 15:36:05 +01:00
Usha Mandya d4784bc295
Merge pull request #11474 from docker/stephen-turner-patch-3
Replace link with more official link
2020-10-05 14:26:24 +01:00
Stephen Turner d48c1d499f
Replace link with more official link 2020-10-05 14:00:17 +01:00
Usha Mandya 12ac41f872
Minor style update 2020-10-05 13:39:18 +01:00
Sebastiaan van Stijn bb8d5d99c6
Merge pull request #11460 from thaJeztah/go_reserve
Reserve "/go/" URL prefix for redirect pages
2020-10-05 10:06:04 +02:00
CrazyMax 9d2a589c9b
Update auth through GitHub Actions 2020-10-04 01:06:53 +00:00
Sebastiaan van Stijn 3b4829a02a
Merge pull request #11458 from PjAkash/master
Fixed error 'docker run' to 'docker build'
2020-10-02 17:33:26 +02:00
Sebastiaan van Stijn 5312e93171
Merge pull request #11462 from rdimitrov/dimitrovr/doc-fix
Remove duplicate sentences from Published ports section
2020-10-02 17:32:22 +02:00
Sebastiaan van Stijn ddae78788a
Merge pull request #11461 from fcano/fix-link-capabilities
Fix link to default capabilities
2020-10-02 17:31:11 +02:00
Radoslav Dimitrov 9d75707c3f Remove duplicate sentences from Published ports section
Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
2020-10-02 16:14:52 +03:00
Florencio Cano fff272f7e3 Fix link to default capabilities 2020-10-02 14:17:00 +02:00
Sebastiaan van Stijn 068a26a47e
Reserve "/go/" URL prefix for redirect pages
This page is used to reserve the "/go/" URL/path for redirecting purposes. This
page is not published, and should not be visible on the documentation website.

Use the `/go/` URL prefix to provide "vanity" URLs linking to the documentation.
These URLs can be used in (for example) the `docker` CLI to provide a short,
permanent link to refer to a topic in the documentation.

Having a fixed `/go/` URL allows you to redirect the URL to the most current
location in the documentation for a given topic, which may evolve over time.

For example, the `docker` CLI can output `https://docs.docker.com/go/some-topic`
in its help output, which can be redirected to elsewhere in the documentation,
using the `redirect_from` metadata field in the target page.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-02 12:51:09 +02:00
PjAkash c5676280fe
Fixed error 'docker run' to 'docker build' 2020-10-01 19:36:14 +05:30
Mathieu Champlon c3bcd2bc6c
Desktop Edge 2.4.1.0 release notes (#11451)
* Desktop Edge 2.4.1.0 release notes

* Fix a typo in the download URL

* Fix a typo in the download URL

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-10-01 14:26:23 +01:00
Usha Mandya 26ced7a684
Merge pull request #11452 from usha-mandya/macos-sysreqs
Update macOS system requirements
2020-10-01 10:54:44 +01:00
Usha Mandya a87e4e97f3 Update macOS system requirements
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-10-01 10:17:25 +01:00
Usha Mandya cda926630f
Merge pull request #11454 from alitoufighi/patch-1
Remove excess phrase from DNS Services section
2020-10-01 10:00:17 +01:00
Usha Mandya 9d70aa1627
Merge pull request #11455 from satoryu/patch-2
Fix names of storage account and file share
2020-10-01 09:45:51 +01:00
Jak Spalding e94985b22a
Correcting update_config.monitor documented default value (#11034)
* Correcting update_config.monitor documentation

The default monitor period is 5s and cannot be set to 0. The lowest possible value is 1ns.

* Correcting default values
2020-10-01 09:44:00 +01:00
Tatsuya Sato c1ac10fc34
Fix names of storage account and file share 2020-10-01 16:30:06 +09:00
Mohammad Ali Toufighi a72f9c03f4
Remove excess phrase from DNS Services section
This line was mistaken in [this commit](9193473df5)
2020-10-01 10:32:16 +03:30
John Visosky f67ae93112
Update ubuntu.md (#11299)
* Update ubuntu.md

After doing the 'apt-get rmove', I had to search to determine whether it was safe to remove /var/lib/docker, then found at the bottom of the page that it's OK to do so (if you don't have anything there you need).

Co-authored-by: Sebastiaan van Stijn <github@gone.nl>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-10-01 02:27:36 +02:00
David Scott af9263c8a8
Add release notes for Desktop 2.4.0.0 stable (#11436)
* Add release notes for Desktop 2.4.0.0 stable

Signed-off-by: David Scott <dave.scott@docker.com>

* Add more known issues for 2.4.0.0

Signed-off-by: David Scott <dave.scott@docker.com>

* Fix URL typo in the 2.4.0.0 release notes

Signed-off-by: David Scott <dave.scott@docker.com>

* Update the workaround

* Minor update

* Update the workaround

 For the known issue on switching users

* Update docker-for-mac/release-notes.md

Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>

* Update docker-for-windows/release-notes.md

Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>

* Update old download URL

* Update old download URL

* Update docker-for-windows/release-notes.md

Co-authored-by: David Scott <djs55@users.noreply.github.com>

* Update docker-for-windows/release-notes.md

Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>
2020-09-30 14:08:55 +01:00
Usha Mandya af01b2dc2e
Merge pull request #11433 from mrexodia/patch-2
Make first apt example follow all best practices
2020-09-30 13:51:38 +01:00
Usha Mandya a308e12804
Merge pull request #11449 from NullableInt/patch-1
Update container-networking.md
2020-09-30 13:49:56 +01:00
Usha Mandya f83e44d95a
Merge pull request #11447 from thaJeztah/update_buildx_reference
reference: update buildx reference docs for v0.4.2
2020-09-30 13:47:54 +01:00
Usha Mandya e435742041
Merge pull request #11438 from gtardif/aci_volume_update
ACI: Update volume management documentation
2020-09-30 13:35:23 +01:00
Sebastiaan van Stijn 592ce2d66f
Merge pull request #11446 from thaJeztah/update_engine_reference
Update engine CLI reference with latest changes from 19.03
2020-09-30 14:32:22 +02:00