Created
July 30, 2019 16:38
-
-
Save fragolinux/a1b975bb6520a5d3b860d03527f9a2b9 to your computer and use it in GitHub Desktop.
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
sudo apt -y update | |
sudo apt -y install apt-transport-https ca-certificates curl gnupg2 gnupg-agent software-properties-common | |
curl -sL get.docker.com | sudo sh | |
# if your default user is not "pi", change next line | |
sudo usermod -aG docker pi | |
sudo apt -y install docker-compose | |
# open new putty session, or logout and login again | |
docker -v && docker-compose -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment