#clone my repository to find script docker_install.sh
git
clone https://github.com/bbonam/dockerinstall.git
cd
dockerinstall
#Execute below
sh
docker_install.sh
#Test Installation
sudo docker
run hello-world
sudo docker
ps
Thanks
Happy
Learning