Install Docker DeskTop on Ubuntu Guigraphical user interface

Опубликовано: 02 Октябрь 2024
на канале: Odoo Issues
61
5

In this video, we will learn how to install Docker Desktop on Ubuntu using the GUI. We will cover all the necessary steps from downloading the software to installation and configuration. Whether you're a beginner or have previous experience, this guide will provide you with everything you need to easily run Docker on your machine. Don't forget to subscribe and follow us for more useful content!

You need a 64-bit version of Ubuntu
it should be running 16.04 or later
to check version
$ lsb_release -a
1- update our package database
$ sudo apt-get update
type your password
2- install Docker engine
$ sudo apt install docker.io
Y Enter
clear
Installation Complete
3- Enable the Docker Service
$ sudo systemctl enable docker-compose
Docker starts up automatically
4- run the command to make sure the docker service is running
$ sudo systemctl status docker
Active (running)
5- Run the Docker
$ sudo systemctl start docker^c
clear
6- test
$ sudo docker run hello-world
Hello from Docker!
Type Ls on your path
see deb package

Install Docker DeskTop Gui[graphical user interface]
move download Folder
sudo apt install ./docker-desktop-4.9.0-amd64.deb


Смотрите видео Install Docker DeskTop on Ubuntu Guigraphical user interface онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Odoo Issues 02 Октябрь 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 6 раз и оно понравилось людям.