Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Install docker on linux (Ubuntu)

curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
sudo usermod -aG docker youruser (OPTIONAL:"don't use with Redhat, Fedora, Centos if concerned about security" Add user to docker group to run commands without using sudo)
Source by docs.docker.com #
 
PREVIOUS NEXT
Tagged: #Install #docker #linux
ADD COMMENT
Topic
Name
5+5 =