Day 20 of #90DaysOfDevOps
Docker installation and configuration on Ubuntu
Download updates for already installed packages - sudo apt-get update
Update the already installed packages - sudo apt upgrade
Install Docker - sudo apt install docker.io
Check docker version - docker -...
basavaraj-devops-blog.hashnode.dev4 min read