This is a step by step docker installation guide on ubuntu. Before proceeding docker installation, I am uninstalling all the docker related packages so I can start it from fresh. Below command is used to uninstall docker packages.
for pkg in docker.io docker-doc docker-compose docker-compos…