Docker Cheatsheet
Installation of Docker
Remove any docker file running on the system using the below command,
sudo apt-get remove docker docker-engine docker.io
Update the package database,
sudo apt-get update
Install docker using the below command,
sudo apt in...
pratikshende.hashnode.dev2 min read