Linux
Docker Install Ubuntu Script
Docker Installation Ubuntu Shell Script To automatically install Docker on Ubuntu run: wget -O - https://raw.githubusercontent.com/proars/Docker-Install-Ubuntu-Script/main/docker_install.sh | bash Or create a new file setup.sh with below given code and run it: #!/bin/bash sudo apt-get -y remove docker docker-engine docker.io