Skip to content

Instantly share code, notes, and snippets.

@cyclux
Last active April 13, 2018 21:40
Show Gist options
  • Save cyclux/5517048a7fd845832dda0ac7218f92a1 to your computer and use it in GitHub Desktop.
Save cyclux/5517048a7fd845832dda0ac7218f92a1 to your computer and use it in GitHub Desktop.
#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"
sudo apt-get update
#apt-cache policy docker-ce
#sudo apt-get install -y docker-ce
sudo apt-get install -y s3cmd
sudo curl -L https://github.com/docker/compose/releases/download/1.19.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
sudo apt-get -y upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment