The "-settings" suffix in the URL duplicated the "/settings/" directory
in the URL, which made it redundant.
Using "/mac/", "/windows/" and "/linux/" keeps the URLs shorter, more
memorable, and more consistent with other locations, making it easier
to "guess" the URL when navigating using the browser's location bar.
No redirects were added, because the "-settings" pages have not yet
been published.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Clarify windows containers availability
* Update install.md
Add Windows 11 to the list and remove Windows Server editions as these are not supported.
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* desktop proxies: clarify situation on Mac and Windows
1. there are multiple different places proxies are configured
(unfortunately)
2. there are behaviour differences between Mac and Windows (currently
Mac performs transparent proxying but Windows does not)
3. rather than manually setting environment variables for containers we
should use the CLI's new config.json support.
Signed-off-by: David Scott <dave.scott@docker.com>
* Apply suggestions from code review
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Update index.md
* Update index.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
I just found it hard to find good instructions to enable virtualization from the UEFI or BIOS. So I just added a useful link
Co-authored-by: Sebastiaan van Stijn <github@gone.nl>
* desktop: can also use Linux for Linux containers
Now that we've released Docker Desktop for Linux!
Signed-off-by: David Scott <dave.scott@docker.com>
* desktop: link to Microsoft's nested Hyper-V docs
Signed-off-by: David Scott <dave.scott@docker.com>
* desktop: document how to enable nested Hyper-V
Signed-off-by: David Scott <dave.scott@docker.com>
* desktop: remove outdated comment about 60s timeouts
The timeout is now 10 minutes which is effectively infinite. Although
nested virtualization will be slower, it's the same as having a busy
machine.
Signed-off-by: David Scott <dave.scott@docker.com>
* Update desktop/windows/troubleshoot.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* 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>
This link was meant to toggle the tab to the "WSL 2 backend". This patch
fixes the switching (but there's still an issue that the tab is not highlighted
to be "active").
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* DD4L: Remove package when upgrading on Fedora (#14680)
* DD4L: Remove package when upgrading on Fedora
The ordering of RPM scriptlets is a bit odd, which will cause upgrades
with our current package not to work correctly. So advise users to
remove docker-desktop explicitly rather than installing a new version
over it.
Signed-off-by: Piotr Stankiewicz <piotr.stankiewicz@docker.com>
* Update desktop/linux/install/fedora.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* DDL: update download links (#14684)
* release notes for 4.8.1 (#14681)
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
* Fix linux links (#14696)
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
Co-authored-by: Piotr <piotr.stankiewicz@docker.com>
Co-authored-by: Anca Iordache <aiordache@users.noreply.github.com>
Co-authored-by: Lorena Rangel <lorena.rangel@docker.com>
When Docker Desktop doesn't start and the user runs the diagnostics from
a terminal, repeat the link to the paid support form.
Signed-off-by: David Scott <dave.scott@docker.com>