Custom Search

Friday, May 8, 2020

How to Install docker on Ubuntu 20.04

sudo apt update
sudo apt install docker.io
sudo systemctl enable --now docker
sudo systemctl start docker
sudo systemctl status docker
docker --version
docker run hello-world

No comments:

Post a Comment