How can I install Docker Desktop on Ubuntu?

0
19
Asked By CuriousCoder89 On

I'm trying to download Docker Desktop on my Ubuntu machine, but I'm having trouble. I can only get the Docker daemon and CLI to work. What can I do to successfully install Docker Desktop?

4 Answers

Answered By TechieTommy On

Honestly, Docker Desktop isn't necessary on Linux. You might want to consider using Portainer instead since it's a good alternative for managing your containers.

Answered By UserFriendly1995 On

Check out the official installation docs for Ubuntu here: https://docs.docker.com/desktop/setup/install/linux/ubuntu/. But seriously, why the preference for Docker Desktop? I don’t get it since many find the UI lacking.

Answered By DevDude42 On

You can go ahead and install Docker, and then check out Dockhand for a GUI option. That could be a good fit if you're looking for something similar to Docker Desktop.

Answered By QuestioningQubit On

I'm curious why you want Docker Desktop specifically for Linux. Aren't you okay with just using the CLI? A lot of people seem to prefer the command line over a graphical interface here.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.