Commit Graph

54262 Commits

Author SHA1 Message Date
Usha Mandya
3864d792fd Update ToC and add redirects 2020-05-18 23:51:52 +01:00
Justin Cormack
7988267c4c Remove Swarm Classic docs
These docs are labelled Swarm and are confusing people as this is
in fact Classic Swarm.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2020-05-14 12:11:02 +01:00
Usha Mandya
3fd77b36a8 Fix a dangling topic (#10807) 2020-05-14 08:47:58 +01:00
David Scott
8e8fbded0e WSL 2: add note about inotify (#10801)
* WSL 2: add note about inotify

It's important for both
- high performance; and
- inotify
to store files in the WSL Linux distro and bind mount them from there
rather than remote them from the Windows host.

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

* Update docker-for-windows/wsl.md

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2020-05-13 18:21:36 +01:00
Sebastiaan van Stijn
df740c8550 remove unused page from the "extends" section (#10799)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-13 12:22:52 +01:00
Sebastiaan van Stijn
b03d74a164 Remove "product manuals landingpage" placeholder (#10798)
This removes the placeholder in favor of a redirect to the first
product manual in the section, so that `/manuals/` redirects users
to a sensible location.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-13 10:41:23 +01:00
Stefan Scherer
a8ce0f0eea Move WSL page, update to Windows 10, version 2004 (#10745)
* Move WSL page

Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>

* Update Windows 10, version 2004

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-05-13 00:41:46 +01:00
Usha Mandya
d174f4a5ce Fix WinHome download URL (#10793) 2020-05-12 10:49:43 +01:00
Usha Mandya
0fac88f18c Merge pull request #10787 from thaJeztah/exclude_tests
Jekyll: exclude "tests" directory
2020-05-11 17:05:51 +01:00
Usha Mandya
2e032dde73 Release notes for Desktop Stable 2.3.0.0 (#10676)
* Release notes for Desktop Stable 2.3.0.0

* Add download URL and release date
2020-05-11 14:51:15 +01:00
Sebastiaan van Stijn
c868bbc0c5 Jekyll: exclude "tests" directory
Netlify reported "mixed content" warnings (which means that the
website contained links to both HTTPS and HTTP URLs.

Those reports were based on some test-files in the "tests" directory;

```
10:08:07 PM: Finished processing build request in 6m14.58941986s
10:09:14 PM: Mixed content detected in: /tests/src/golang.org/x/net/html/charset/testdata/utf-8-bom-vs-meta-content.html
10:09:15 PM: --> insecure link urls:
10:09:15 PM:   - http://www.w3.org/TR/html5/syntax.html#the-input-byte-stream
10:09:15 PM: --> insecure script urls:
10:09:15 PM:   - http://w3c-test.org/resources/testharness.js
10:09:15 PM:   - http://w3c-test.org/resources/testharnessreport.js
10:09:15 PM: Mixed content detected in: /tests/src/golang.org/x/net/html/charset/testdata/utf-8-bom-vs-meta-charset.html
10:09:15 PM: --> insecure link urls:
10:09:15 PM:   - http://www.w3.org/TR/html5/syntax.html#the-input-byte-stream
10:09:15 PM: --> insecure script urls:
10:09:15 PM:   - http://w3c-test.org/resources/testharness.js
10:09:15 PM:   - http://w3c-test.org/resources/testharnessreport.js
```

We already look to be excluding that directory from our Dockerfile, but
possibly Netlify uses the source itself for this detection, so adding
`tests` to the `exclude` list in the Jenkyll configuration.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-11 15:36:27 +02:00
Mathieu Champlon
53569a8295 Update Docker Desktop admin settings documentation (#10665)
* Update admin settings documentation for file sharing

* Format JSON samples

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-05-11 14:16:38 +01:00
Usha Mandya
a9a6c22b14 Docs for Windows Home support and QSG (#10669)
* - Added a new topic to describe how to install Desktop on Windows Home machines.
- Update installation instructions on Windows/Mac topics
- Removed references to Toolbox from the Install topics
- Updated the Install pages to add info on the new onboarding tutorial on startup

* Update docker-for-windows/install-windows-home.md

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

* Update docker-for-windows/install-windows-home.md

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

* Update docker-for-windows/install-windows-home.md

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

* Update docker-for-windows/install-windows-home.md

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

* move WSL 2 req above Hyper-V reqs

* Add info on purge container data

Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>
2020-05-11 14:15:40 +01:00
Mathieu Champlon
ccf78b9901 Docker Desktop Enterprise 2.3.0.0 changelogs (#10670)
* Fix missing bullet lists

* Add release notes for Enterprise 2.3.0.0

* Emphasize the manual steps required for upgrading Docker Desktop Enterprise

* Detail upgrade manual steps

* Move file format update steps to admin configuration page
2020-05-11 14:09:17 +01:00
Stefan Scherer
1afc58ea2b Merge pull request #10771 from flavienbwk/master
Auto-restart of Docker rootless on boot requires an additional command
2020-05-08 07:36:33 +02:00
Flavien Berwick
0d8d653f4f Auto-restart of Docker rootless on boot requires an additional command
Related to issue [#10770](https://github.com/docker/docker.github.io/issues/10770)
2020-05-07 19:10:04 +02:00
Usha Mandya
4e5a8ae816 Merge pull request #10754 from StefanScherer/link-wsl-to-tech-preview
Add redirect until WSL 2 GA
2020-05-04 16:11:48 +00:00
Stefan Scherer
c80929b648 Add redirect until Win 10 v2004 GA
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-05-04 17:07:59 +02:00
Usha Mandya
fd2690c2a8 Merge pull request #10740 from thaJeztah/ee_fix_link
[ee] fix various broken links
2020-05-04 09:21:15 +00:00
Sebastiaan van Stijn
4169b468f4 Merge pull request #10683 from ajay143444/patch-7
added apostrophe s with process in 'on the process` own copy of the page'
2020-05-01 18:33:21 +02:00
ajay143444
aa57de37d3 Few corrections and suggestions in doc (#10728)
* Removed is from line 80

Removed is from line 80 as this is not required

* changed text to link at line 129

changed text to link at line 129 to make it easy for user to navigate

* changed the URL to link

changed the URL to link for easy navigation

* added these before flags in line 186

added these before flags in line 186

Co-Authored-By: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2020-05-01 18:30:28 +02:00
Usha Mandya
ba7819fed6 Add Docker Desktop Overview topic (#10718)
* - Added a new Overview topic for Docker Desktop
- Moved Dashboard up one level and removed OS-specific topics and images from the Mac and Windows directories

* Updated the Desktop TOC
- Moved Install topics above Getting started topic
- Moved Open source licensing up one level
- Removed OS-specific topics

* Fix review comments
2020-05-01 08:43:25 +01:00
Sebastiaan van Stijn
56e21c272f [ee] fix various broken links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-30 23:14:47 +02:00
Sebastiaan van Stijn
391772e158 DD: fix broken links in release notes (#10735)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-30 18:59:03 +01:00
Sebastiaan van Stijn
3ce8fd8006 Merge pull request #10724 from ajay143444/patch-10
changed line 56 by adding do before not
2020-04-30 12:15:37 +02:00
Sebastiaan van Stijn
9e5cd6fb2e Merge pull request #10725 from usha-mandya/relnotes-patch
Update release note URLs
2020-04-30 10:46:23 +02:00
Usha Mandya
96635c4084 Update release note URLs 2020-04-30 08:20:23 +01:00
Sebastiaan van Stijn
5de7f57431 fix link to service create reference docs (#10726)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-30 06:36:59 +01:00
Sebastiaan van Stijn
00c2a5a264 engine/swarm: reduce width of service ps output example (#10727)
The docs refer to the `CURRENT STATE` column, which may not
be visible without scrolling, so tweaking the column-widths
a bit so that it better fits.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-30 06:35:37 +01:00
Sebastiaan van Stijn
8e1f57f6cc Merge pull request #10723 from ajay143444/patch-9
removed with from line 41
2020-04-30 00:31:33 +02:00
ajay143444
b37c6506d8 changed line 56 by adding do before not
changed line 56 by adding do before not
2020-04-29 17:55:29 +05:30
ajay143444
10dfe1827d removed with from line 41
removed with from line 41 as it is not required
2020-04-29 16:26:00 +05:30
Usha Mandya
2290c17e5b Merge pull request #10714 from thaJeztah/fix_links_with_plugin
Replace JavaScript link fix with  custom plugin
2020-04-28 15:29:22 +00:00
Usha Mandya
127700dec7 Release notes for Desktop Edge 2.3.0.1 (#10712) 2020-04-28 16:28:58 +01:00
Sebastiaan van Stijn
9660a33356 update engine reference with latest changes from 19.03 (#10716)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-28 11:44:45 +01:00
Sebastiaan van Stijn
9cab4195c0 Replace JavaScript link fix with custom plugin
This replaces the JavaScript link fix script with a custom plugin,
based on the jekyll-relative-link plugin, and modified so that it
can be used as Liquid "filter".

While it borrows from the jekyll-relative-links plugin, it takes some shortcuts;

- We use the code from jekyll-relative-links plugin to find/extract
  links on the page
- Relative links are converted to absolute links, using the path of
  the markdown source file that's passed as argument
- After conversion to an absolute link, we strip the ".md" extension;
  no attempt is made to resolve the file that's linked to. This is
  different from the jekyll-relative-links plugin, which _does_ resolve
  the linked file. This functionality could be added in future by
  someone who has more experience with Ruby.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-28 11:20:51 +02:00
Usha Mandya
ecdbded6b2 Merge pull request #10715 from thaJeztah/remove_deploy_stub
engine: remove stub for deprecated top-level "deploy" command
2020-04-28 09:17:41 +00:00
Sebastiaan van Stijn
17ff6ff8fd engine: remove stub for deprecated top-level "deploy" command
This is a follow-up to d4ead1b120,
which removed the datafile for `docker deploy`, but didn't remove
the stub or removed it from the TOC.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-28 10:57:37 +02:00
何锦余
9e5ed34328 fix: fix link url error. (#10702)
If in page https://docs.docker.com/get-started/part2/ or https://docs.docker.com/get-started/part3/, the link url make an error.
2020-04-28 09:18:29 +01:00
Usha Mandya
616a4b7c88 Merge pull request #10698 from thaJeztah/remove_it
remove -it from example, as it's not needed for redis
2020-04-24 12:43:19 +00:00
Sebastiaan van Stijn
48040f57be Update naming for "Linux Mint", and add note about derivatives (#10696)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-24 13:41:06 +01:00
Sebastiaan van Stijn
2ff02c4b2e remove -it from example, as it's not needed for redis
Adding `-it` on a "detached" (`-d`) container is needed
if the container's main process expects a TTY attached to keep
running.

It's not needed for a redis container, so we can remove it here

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-24 14:04:59 +02:00
Sebastiaan van Stijn
c7b5373dff Get Docker: fix broken links and wrap markdown to 80 char (#10691)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-24 12:20:18 +01:00
ajay143444
fdc7e5bfd4 replaced based off of with based on (#10684)
replaced based off of with based on
2020-04-24 09:02:50 +01:00
Ivan Cheban
a494195c46 Typo: form should be from (#10685) 2020-04-24 09:01:12 +01:00
Usha Mandya
9f8c728bd0 Add support for VirtualBox (#10686) 2020-04-24 08:59:29 +01:00
Usha Mandya
53ca727fcf Merge pull request #10615 from thaJeztah/relative_links
Use relative markdown links
2020-04-23 15:44:55 +00: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
637bf1e066 storage: use relative markdown links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 13:03:46 +02:00
Sebastiaan van Stijn
c5f3b37ced registry: use relative markdown links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 13:03:43 +02:00