|
More recent posts can become the first one in Google search results so I would not stop there
The error message indicates your machine is not compatible with Docker Desktop. Can you share what your Windows version is? And how did you install Docker Desktop? I never remember how it works, but I think there should have been a choice between HyperV and WSL2. Which one did you choose? If it is WSL2, you will need WSL2 properly installed on your machine. You can test it by simply running the “wsl” command in powershell or command line. If you get a Linux prompt, you have WSL, but you will need WSL2. So you can run wsl -l -vThat should list the existing WSL distributions if you have any and you should see verison 2. If you only have the Docker Desktop WSL distribution, you can install an “ubuntu” distribution or any of the available you like. learn.microsoft.com
Install Windows Subsystem for Linux with the command, wsl --install. Use a Bash terminal on your Windows machine run by your preferred Linux distribution - Ubuntu, Debian, SUSE, Kali, Fedora, Pengwin, Alpine, and more are available. You can also install a distribution from th Microsoft Store. You can recheck the requirements in the documentation:
Get started with Docker for Windows. This guide covers system requirements, where to download, and instructions on how to install and update. Depending on how you installed Docker Desktop, you can try another method. For example if you downloaded the installer, you can try uninstalling it and installing again from the Microsoft Store. I prefer downloading the instaler as I once tried the Microsoft Store and I think I didn’t get the latest updates, but trying another method may work for you if that method also configures requirements. If you share which backend you tried (WSL or HyperV) we can contrinue from there, bit it would realyl help if you could also share which requirements you confirmed to be met in the list of requirements in the documentarion. Also: Are you the first user from another account or do you have the same issue? (责任编辑:) |



