
Just ignore it and you'll be fine ) Download is performed unsandboxed as root as file docker-desktop. Don't get panic if you see the error below at the end of the installation process. The issue you are facing is due to the missing Docker repository on your system, which you can resolve by following a part of Docker Engine's documentation as follows: sudo apt install -y ca-certificates curl gnupg lsb-releaseĬurl -fsSL | sudo gpg -dearmor -o /etc/apt/keyrings/docker.gpgĮcho "deb $(lsb_release -cs) stable" | sudo tee /etc/apt//docker.list > /dev/nullĪfter that, you can go on with the installation of Docker Desktop: sudo apt install.

While it’s possible to run both Docker Desktop and Docker Engine simultaneously, there may be situations where running both at the same time can cause issues. Using a dedicated storage location for Docker Desktop prevents it from interfering with a Docker Engine installation on the same machine. Docker's documentation clearly states:ĭocker Desktop for Linux and Docker Engine can be installed side-by-side on the same machine. You don't need to install Docker Engine alongside Docker Desktop unless you really need it. The following packages have unmet dependencies:ĭocker-desktop : Depends: docker-ce-cli but it is not installableĮ: Unable to correct problems, you have held broken packages.

The following information may help resolve the situation: Requested an impossible situation or if you are using the unstableĭistribution that some required packages have not yet been created Note, selecting 'docker-desktop' instead of './docker-desktop-4.8.b' Just let me know if you need more details. We highly appreciate any hints or suggestions.

I am wondering whether I missed anything here. However, the apt-get install didn't work, and the error message was docker-desktop : Depends: docker-ce-cli but it is not installable. In an online training course, the instructor mentioned that he has "an Ubuntu virtual machine installed with Docker Desktop" therefore, I am trying to install the same on a Windows 10 physical host following the instructions on the official website.
