Skip to content

Instantly share code, notes, and snippets.

@tamagokun
Last active May 30, 2016 16:43
Show Gist options
  • Save tamagokun/aceae2167062c08b079d74cb6fc20ac1 to your computer and use it in GitHub Desktop.
Save tamagokun/aceae2167062c08b079d74cb6fc20ac1 to your computer and use it in GitHub Desktop.
Install docker and docker compose on Ubuntu
wget -qO- https://get.docker.com/ | sh
sudo usermod -aG docker ubuntu
sudo apt-get install python-pip
sudo pip install docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment