Skip to content

Instantly share code, notes, and snippets.

@Firenza
Created July 11, 2020 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Firenza/7e87a114b40b5b3dc8b1d6e564d82787 to your computer and use it in GitHub Desktop.
Save Firenza/7e87a114b40b5b3dc8b1d6e564d82787 to your computer and use it in GitHub Desktop.
sudo apt-get update && sudo apt-get upgrade
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
sudo usermod -aG docker Pi
sudo apt-get install -y libffi-dev libssl-dev
sudo apt-get install -y python3 python3-pip
sudo apt-get remove python-configparser
sudo pip3 -v install docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment