Back to Dockerlabs

To install Docker Desktop for Linux on Ubuntu, you can follow these steps:

portal/docs/2_Installation/docker-desktop-for-linux.md

latest390 B
Original Source

To install Docker Desktop for Linux on Ubuntu, you can follow these steps:

  1. Download the .deb package from the official Docker website.

  2. Install the package using the command:

sudo dpkg -i <package-name>.deb

  1. Start the Docker Desktop service:

sudo systemctl start docker

  1. Verify that Docker is running by checking its status:

sudo systemctl status docker