Commit Graph

575 Commits

Author SHA1 Message Date
Stephen Turner a60df85c61
Mention defaulting to BuildKit (#12505)
* Mention defaulting to BuildKit

* Mention defaulting to BuildKit

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

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

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

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Update release-notes.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-03-15 19:05:09 +00:00
Stefan Scherer 863af0c4b6
Docker Desktop 3.2.2 release notes (#12498)
* Docker Desktop 3.2.2 relase notes

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>

* Remove duplicate tickets

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>

* Fixed typos.

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>

* Fix a typo

* Update release notes according to review suggestions

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>

* More improvements from review

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

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-03-15 13:04:37 +00:00
Stefan Scherer 460a24aca2
Add note about docker.for.win.localhost removal
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-03-11 14:42:13 +01:00
Sebastiaan van Stijn 203a4ee74b
Rewrite "save and restore data" section
This started as a "fix some links", but reading the section, I found various
issues that could use some improvement. After that, I noticed that both the
Windows and Mac pages had the same content, so I moved this to a common page
instead.

Note that there's still additional information that should likely be included
(and perhaps a rewrite into "per topic" headings (containers, images, ...).

Things that are missing;

- backup/restore swarmkit configs
- backup/restore swarmkit secrets
- backup/restore CLI configuration, trust data etc.

What I did in this pull request:

- recommend pushing images to Docker Hub as the default approach to back up
  images (but kept `docker image save` as an alternative)
- recommend `docker container commit` to save containers to an image, as doing
  so preserves both the container's configuration _and_ filesystem changes.
  `docker container export` only preserves the filesystem, but all other
  configuration is lost, which makes it hard to restore a container from it.
  Using `docker container commit` (committing the container to an image) also
  allows to follow the same procedure to backup containers as for images
  (both allowing them to be pushed to a registry, or to a file).
- added some information about "wether or not" containers should be backed
  up, as it may not be needed to back up containers if all data is stored
  in volumes (best practice).
- added some warnings regarding "sensitive data" (environment variables),
  and links to making repositories private before pushing.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-09 12:23:32 +01:00
Stefan Scherer 857e0db9a9
Update release date for 3.2.1
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-03-05 11:25:35 +01:00
Stefan Scherer 9d72208069
Release notes for Docker Desktop 3.2.1 (#12438)
* Release notes for Docker Desktop 3.2.1

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>

* Changes from review

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>

* Release 3.2.1 already has the fix, remove one sentence

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-03-04 13:20:36 +00:00
Stefan Scherer 752c37fd09
Add release date, update dependencies
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
2021-03-01 15:22:24 +01:00
Stefan Scherer 4c0a353ae2
Fix headlines back to 3.0.0
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-03-01 14:56:45 +01:00
Stefan Scherer f6cec51fd0
Docker Desktop 3.2.0 releaes notes 2021-03-01 14:56:39 +01:00
Lorena Rangel 87d2c502dc
Document how to upgrade the kubernetes cluster (#12344)
* Document how to upgrade the kubernetes cluster

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* Minor style update

* Minor style update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-02-17 15:17:03 +00:00
Stephen Turner 8bb0a2349c
Change "WSL 2 integration" to "Docker-WSL integration"
As discussed privately, change "WSL 2 integration" to "Docker-WSL integration" because the former is confusing when in the context of doing something to a WSL distro.
2021-02-08 18:25:12 +00:00
Simon Ferquel 9f93573abd
Add remark about non-glibc based distros in WSL docs (#12242)
* Add remark about non-glibc based distros

Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>

* Adding link to the glibc apk for Alpine users

Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>

* Update docker-for-windows/wsl.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* nit: glibc and musl run side by side, not depending on each other

Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>

* Fix a nit

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-02-05 11:41:49 +00:00
Usha Mandya 7845c58248
Merge pull request #12204 from stephen-turner/ST-2021-01-29
Changes to desktop docs
2021-02-02 12:52:35 +00:00
Mathieu Champlon cc07d71957
Increase Windows 10 version requirement to 17134
16299 has been end of life since October 2020
2021-02-01 14:37:06 +01:00
Usha Mandya 27473b18dd
Updated the Note format 2021-01-29 18:31:16 +00:00
Stephen Turner 079957c72a
Update install-windows-home.md 2021-01-29 17:43:51 +00:00
Stephen Turner b92b229c05
Update install.md 2021-01-29 17:42:28 +00:00
Usha Mandya 4d1befcd1a Fix broken links in Mac and Windows topics
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-28 12:10:10 +00:00
Usha Mandya 49f8877bf3 Fix broken links
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-28 10:07:41 +00:00
Usha Mandya 4b59234515
Add combined faqs for Mac and Windows (#12153)
* Add combined faqs for Mac and Windows

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Update links from other pages to faqs

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Address review comments part-1

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Address feedback  on connecting to remote engine API

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Address Stephen's review comments

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-22 16:17:53 +00:00
Usha Mandya 89e422cb32
Merge pull request #12109 from thaJeztah/fix_redirect
fix windows networking redirect
2021-01-15 15:45:45 +00:00
Sebastiaan van Stijn ebde49233c
fix windows networking redirect
I accidentally used the "correct" URL as redirect-from,
resulting in an infinite redirect loop

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-15 16:37:06 +01:00
Simon Ferquel 683d89f40f
Release notes for desktop 3.1.0 (#12096)
* Release notes for desktop 3.1.0

Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>

* Removed already fixed items, added experimental mention

Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>

* Move Debian / GPU entries in NEW category

Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>

* Typo

Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>

* Added details about UI reliability issues, added mention to the diags UI

Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>

* Nits

Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>

* Updated to fix some nits

* Updated to fix minor issues

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-01-14 13:07:21 +00:00
Usha Mandya dc26f27405
Merge pull request #12100 from usha-mandya/desktop-diagnostics
Update Desktop diagnostics info
2021-01-14 13:07:04 +00:00
Simon Ferquel 04df46176e
Add GPU support section in WSL 2 docks (#12097)
* Add GPU support section in WSL 2 docks

Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>

* Minor style updates

* Fixing command output

Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-01-14 13:06:50 +00:00
Usha Mandya 81305add00 Update Desktop diagnostics info 2021-01-14 12:14:19 +00:00
Mathieu Champlon e4f951eea6 Added release notes for Docker Desktop 3.0.4 2021-01-06 18:16:28 +00:00
Sebastiaan van Stijn 9be0eea761
D4W: fix broken link to networking section
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-05 15:20:07 +01:00
Sebastiaan van Stijn 639a9d767d
Merge pull request #11994 from sudo-bmitch/pr-fix-11963
Fixing broken link to D4W/networking.md
2021-01-05 13:28:30 +01:00
Stefan Scherer 785e79b930
Fix download link for 2.5.0.1
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-01-04 10:51:48 +01:00
Brandon Mitchell 6969d0c34b Fixing broken link to D4W/networking.md
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2020-12-27 15:10:12 -05:00
Stephen Turner da56259e89
Add new filesharing tip on Windows too 2020-12-18 10:55:06 +00:00
Usha Mandya 233373c2fd Fix broken link
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-12-16 14:05:23 +00:00
Usha Mandya 78421ba741
Update docs for Desktop 3.0.0 release (#11859)
* Update docs for Desktop 3.0.0 release

* Update release notes

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Update release notes and Settings screenshots

* Add download URLs and a new known issue

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-12-10 15:01:02 +00:00
Lorena Rangel cbed515dfb Changelog for Docker Desktop 2.5.4
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2020-12-07 15:09:10 +00:00
Usha Mandya c1fb44d5f0
Merge pull request #11789 from usha-mandya/upsell-note-patch
Bump the notes on Docker support
2020-12-01 15:34:21 +00:00
Lorena Rangel 2a470093aa Update installer URL
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2020-11-30 15:28:12 +01:00
Lorena Rangel 27dd003e9f Changelog for 2.5.3
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2020-11-30 15:19:31 +01:00
Lorena Rangel 48f05e9fc9 Docker Desktop release notes 2.5.2
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2020-11-26 11:09:03 +01:00
Usha Mandya 0919a5f8c3 Add a clear CTA to upgrade 2020-11-24 14:11:35 +00:00
Usha Mandya a55b17afc4 Bump the notes on Docker support 2020-11-23 13:20:48 +00:00
Mathieu Champlon 37e923f750 Add Docker Desktop Edge 2.5.1.0 release notes 2020-11-18 17:26:44 +01:00
Usha Mandya e8670e4e92 Troubleshoot docs updates
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-11-12 11:35:05 +00:00
Usha Mandya b4f416df05 Fix Snyk version number
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-11-10 15:15:51 +00:00
Lorena Rangel 01667c32e9 Changelog for 2.5.0.1
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2020-11-09 12:06:07 +01:00
Usha Mandya 3499c1a261
Add docs for Vuln scanning and troubleshoot updates (#11677)
* Add docs for Vuln scanning and troubleshoot updates

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Add new section on Desktop support

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Fix review comments and add support section for Windows

* Replace existing screenshots with optimized versions
2020-11-02 16:29:14 +00:00
Trung Nguyen a166ddccf5 docs: changlog for Stable release 2.5.0.0
Signed-off-by: Trung Nguyen <ndtrung_nguyen30890@yahoo.com>
2020-11-02 16:47:59 +01:00
Stephen Turner 296ee4f168
Add link to relevant Microsoft documentation (#11596)
* Add link to relevant Microsoft documentation

* Minor update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-10-21 18:05:49 +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 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