Docker Desktop on Ubuntu 22.10 Kinetic Kudu

Hi,

are there any plans to support Docker Desktop on Ubuntu 22.10 Kinetic Kudu?

If yes, are there any plans when the support will be released?

Currently when I want to install on Ubuntu 22.10 I get the following error message (in german):

$ sudo apt-get install ./docker-desktop-4.15.0-amd64.deb
[sudo] Passwort für charlieroot: 
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
Hinweis: »docker-desktop« wird an Stelle von »./docker-desktop-4.15.0-amd64.deb« gewählt.
Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
Sie eine unmögliche Situation angefordert haben oder, wenn Sie die
Unstable-Distribution verwenden, dass einige erforderliche Pakete noch
nicht erstellt wurden oder Incoming noch nicht verlassen haben.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:

Die folgenden Pakete haben unerfüllte Abhängigkeiten:
 docker-desktop : Hängt ab von: docker-ce-cli ist aber nicht installierbar
E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.

Thank you & best regards,

Alex

I used Google Translate to translate the error message and I realized I would have understood the last two lines without it…

Have you tried to install docker-ce-cli manually? According to the requirements it is supported on Ubuntu 22.10

Just make sure you don’t install the engine (docker-ce), only docker-ce-cli

I haven’t tried anything yet because I din’t want to screw up my fresh installed OS with half installed/uninstalled packages, which was a pain on its own on my hardware.

So I hoped for an answer like “in 2 weeks” or so :slight_smile:

You can safely install docker-ce-cli. but don’t forget to add the APT repository provided by Docker as it is mentioned in the docs.

https://docs.docker.com/desktop/install/ubuntu/#install-docker-desktop

If you haven’t done it yet, then do it and try to run the command again that you have run before.

Docker Desktop is installed und running now! :+1:

I skipped the manual installation of docker-ce-cli. Instead I started the Docker Desktop installer right after adding the repository and left resolving and installing the dependencies to the installer itself.

Thanky you!

1 Like