Last active
July 4, 2020 13:15
-
-
Save piaverous/f8ca92d5cda54fb53c287c5bef9385e6 to your computer and use it in GitHub Desktop.
Install docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -fsSL https://get.docker.com -o get-docker.sh | |
sudo sh get-docker.sh | |
# If you want to be able to use docker as a non-root user, you can your user to the "docker" group like so: | |
sudo usermod -aG docker $USER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment