See https://tracker.debian.org/news/1305679/accepted-apt-240-source-into-unstable/:
* Install an empty /etc/apt/keyrings directory.
This directory is intended to provide an alternative to
/usr/share/keyrings for placing keys used with signed-by.
See also https://wiki.debian.org/DebianRepository/UseThirdParty?action=diff&rev2=47&rev1=46 (which was edited following a discussion with the APT maintainers about the expected usage):
> If future updates to the key will be managed by an apt/dpkg package as recommended below, then it SHOULD be downloaded into `/usr/share/keyrings` using the same filename that will be provided by the package. If it will be managed locally , it SHOULD be downloaded into `/etc/apt/keyrings` instead.
Signed-off-by: Tianon Gravi <admwiggin@gmail.com>
* 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>