Sunday, August 30, 2020

Install Docker Engine on Ubuntu with a simple script

 



#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

No comments:

Post a Comment