Skip to content

Docker installation script for Fedora, Debian and Ubuntu

Notifications You must be signed in to change notification settings

marktheo/docker-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Docker Installation Guide for Fedora, Debian and Ubuntu

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 Fedora, Debian and Ubuntu

Topics

Resources

Stars

Watchers

Forks

Languages