* wsl2: removes need to manage VMs
Previously:
> allowing Linux containers to run natively without emulation.
Now:
> allowing Linux distributions to run without having to manage Virtual
> Machines
Signed-off-by: David Scott <dave.scott@docker.com>
* wsl2: remove reference to Docker Desktop "2.3.0.2"
This version is very old, the link was to the latest version.
Signed-off-by: David Scott <dave.scott@docker.com>
* wsl2: re-order to prereqs, download, install, best practices
Previously the best practices were before the Download, which is
a bit early. Now the page has
- why you should use this
- how you get it
and then
- how to optimize it
Signed-off-by: David Scott <dave.scott@docker.com>
* wsl2: clarify that Linux distros are recommended but not a pre-req
If there are no additional Linux distros installed then the docker
CLI and UI will work fine from Windows.
We recommend installing at least one Linux distro for optimal
performance.
Also add a warning about misusing the internal distros `docker-desktop`
and `docker-desktop-data`
Signed-off-by: David Scott <dave.scott@docker.com>
* Update wsl.md
Fix broken links to Microsoft docs.
* Add target blank attribute
To open external links in a new tab
* Update Docker Desktop download URL
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
- Add missing code-hints (console, yaml)
- Consistently add an empty line after code-blocks
- Combine some examples where the output and the command were
put in separate blocks. With the "console" code-hint, this
is no longer nescessary.
- fix indentation in cloud/ecs-integration.md, which caused the
numbered-list to be interrupted.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>