Skip to content

Instantly share code, notes, and snippets.

@johanek
Last active August 28, 2017 10:58
Show Gist options
  • Save johanek/1d7951d9548cba96078a5e57fc23c227 to your computer and use it in GitHub Desktop.
Save johanek/1d7951d9548cba96078a5e57fc23c227 to your computer and use it in GitHub Desktop.
Install docker + docker-compose on ubuntu
#!/bin/bash
apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
echo "deb https://apt.dockerproject.org/repo ubuntu-trusty main" > /etc/apt/sources.list.d/docker.list
apt-get update
apt-get install -y docker-engine python-pip
pip install docker-compose
@johanek
Copy link
Author

johanek commented Sep 6, 2016

curl https://gist.githubusercontent.com/johanek/1d7951d9548cba96078a5e57fc23c227/raw/b7af1bdc4f8899f989ec357a14f17ea6dfd45655/gistfile1.txt | sudo sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment