Skip to content

Instantly share code, notes, and snippets.

@lytedev
Last active July 8, 2019 21:23
Show Gist options
  • Save lytedev/a9251c6bc39302e844fb6c32e5bbc4b5 to your computer and use it in GitHub Desktop.
Save lytedev/a9251c6bc39302e844fb6c32e5bbc4b5 to your computer and use it in GitHub Desktop.
sudo apt update
sudo apt install apt-transport-https ca-certificates curl software-properties-common -y
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable"
sudo apt update
sudo apt install docker-ce -y
sudo apt-get install python3 python3-pip -y
sudo pip3 install docker-compose
sudo apt update
sudo apt install apt-transport-https ca-certificates curl software-properties-common -y
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable edge"
sudo apt update
sudo apt install docker-ce -y
sudo apt-get install python3 python3-pip -y
sudo pip3 install docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment