* 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>
* desktop/linux: Emphasise requirement for Gnome extension to support tray icons
On some distros a gnome extension is required to display the "whale
menu". This is already describet in distro-specific instructions, but
that makes is somewhat easier to miss. So call it out in the top level
requirement list.
Signed-off-by: Piotr Stankiewicz <piotr.stankiewicz@docker.com>
* Update desktop/linux/install.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.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>
* 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>
* desktop: no need to mention "in a docker container" for k8s
It's an implementation detail.
Signed-off-by: David Scott <dave.scott@docker.com>
* desktop: `docker ps` rather than `docker service ls`
`docker service ls` is a Swarm API. We could use `docker container ls`
but to be honest everyone prefers `docker ps` since it's shorter.
Signed-off-by: David Scott <dave.scott@docker.com>
* desktop: move the option that no-one needs after the screenshot
We want to emphasize how easy it is to enable and avoid telling people
about advanced features which they don't need up front.
Signed-off-by: David Scott <dave.scott@docker.com>
* desktop: the section on kubectl is not a pre-req
It's not possible to use the docker-desktop kubernetes context because
it hasn't been created yet.
Signed-off-by: David Scott <dave.scott@docker.com>
* desktop: merge the kubectl sections
Signed-off-by: David Scott <dave.scott@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>
* Update dev-environments.md to match dialog
Updated to match the "Create a Dev Environment" dialog in Docker Desktop 4.5.0 (74594)
* Apply suggestions from code review
Update instructions to match the latest UI udpates
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>