marktheo / docker-install

Docker installation script for Linux distributions

Repository from Github https://github.commarktheo/docker-installRepository from Github https://github.commarktheo/docker-install

Docker manual installation for Debian, Ubuntu and Fedora

Download the installation script from source

curl -fsSL https://get.docker.com -o get-docker.sh

Execute the installation script as sudo

sudo sh ./get-docker.sh

Allow docker daemon to run without sudo

sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker

About

Docker installation script for Linux distributions


Languages

Language:Shell 100.0%