Last active
May 30, 2016 16:43
-
-
Save tamagokun/aceae2167062c08b079d74cb6fc20ac1 to your computer and use it in GitHub Desktop.
Install docker and docker compose on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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