DEV Community

Cover image for Install Docker Desktop on Ubuntu
MuthuKumar
MuthuKumar

Posted on • Edited on

Install Docker Desktop on Ubuntu

Install Docker Desktop on Ubuntu

click bellow mention the Url download .deb docker desktop

Install Docker Desktop:

Download latest DEB
Install the package with apt as follows:

sudo apt-get update
sudo apt-get install ./docker-desktop-4.23.0-amd64.deb
Enter fullscreen mode Exit fullscreen mode

Launch Docker Desktop:

systemctl --user start docker-desktop
Enter fullscreen mode Exit fullscreen mode

Image description

Image description

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay