How to Install Docker on Ubuntu: A Complete Guide
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!
Watch video Containerize Your Odoo Development: Using Docker and PyCharm online without registration, duration hours minute second in high quality. This video was added by user Odoo Issues 02 October 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 45 once and liked it 5 people.