* 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>
* Desktop: update mutagen file sync documentation
- terminology: we use "synchronize" rather than "cache"
- it's possible to configure it via `:delegated`
- it's possible to avoid it via `:cached`
- scripting should work better with `docker run`
- it's possible to use the global mutagen config file to completely
exclude directories from the sync (in both directions, not just one
direction)
Signed-off-by: David Scott <dave.scott@docker.com>
* Fix minor style issues
Wrap content and fix minor style issues
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Update index.md
The proxies set in the Docker Desktop settings are actually not propagated in the containers automatically.
The rationale being that we want the same UX on Windows/Mac and as on Linux.
Related to https://github.com/docker/docker.github.io/pull/10890
* Minor update
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Add mention of Learn menu, to re-turn tutorial
Signed-off-by: Charles Arehart <charlie@carehart.org>
* Minor style edits
* Update Mac Install
Add the 'Learn' option to the Mac install page
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* - 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>
* - 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