Data Scientist & Machine Learning Engineer
View the Project on GitHub francisco-camargo/francisco-camargo
First install Docker Engine and then install Docker Desktop.
Verify that Docker Engine was successfully installed by running
sudo docker run hello-world
Repeat step 2 from Docker’s Package Repository
In particular, to get the latest packages run,
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
Be sure to update the path pointing to the .deb
file as needed
sudo apt-get update
sudo apt-get install ./docker-desktop-amd64.deb
To start Docker Desktop for Linux, search Docker Desktop on the Applications menu and open it.
Or instead, from the terminal, run
systemctl --user start docker-desktop
If you are unable to sign in into Docker Desktop for Linux, it is likely because you much enable pass
docker compose
docker compose
comes with Docker Desktopsudo apt-get update
sudo apt-get install docker-compose-plugin
Verify the installation with
docker compose version