* Combine Windows install pages
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
* Apply suggestions from code review
Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>
* Apply suggestions from code review
Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>
* Some more minor updates to improve readability
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>
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>
* 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>
* 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>
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.
* 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>
* 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>
* 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
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>
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>
* 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>
* 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>
* Docker Desktop release notes: add clock_gettime64 known issue
See https://github.com/docker/for-win/issues/8326
Signed-off-by: David Scott <dave.scott@docker.com>
* Minor style update
* minor style update
* Minor style updte
* Minor style update
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Add release notes for Desktop Edge 2.3.7.0 release
* Minor updates to the Desktop Edge 2.3.7.0 release notes
- compose update was removed
- add build number of candidate build (not yet confirmed)
- some feedback from Stephen Turner
Signed-off-by: David Scott <dave.scott@docker.com>
* Minor updates for Desktop Edge 2.3.7.0
- updated Snyk version
- more bugfixes
- new URL
Signed-off-by: David Scott <dave.scott@docker.com>
Co-authored-by: David Scott <dave@recoil.org>
* Release notes for Desktop stable 2.3.0.5
* Fix headlines
* Fix headlines and date
* Fix date
Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>
* Update Docker Desktop release notes for 2.3.6.1
Signed-off-by: David Scott <dave.scott@docker.com>
* Desktop edge 2.3.6.1 has compose 1.27.0
Signed-off-by: David Scott <dave.scott@docker.com>
* Remove unnecessary word "default" in release notes
Signed-off-by: David Scott <dave.scott@docker.com>
* Improve Toolbox to Desktop migration
Previously we recommended converting the disk at the block level.
This is a bit risky as any on-disk format change could prevent it
from working.
It's safer to explicitly `docker commit`, then `docker save` and
`docker load` containers and images.
Signed-off-by: David Scott <dave.scott@docker.com>
* Minor style updates
* Minor style updates
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>