Categories
devops Technology

Install docker on server

apt update

sudo apt install docker.io

#or : 

sudo snap install docker

docker --version


Install docker compose :

 sudo apt-get install docker-compose-plugin

https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-20-04

Leave a Reply

Your email address will not be published. Required fields are marked *