sudo wget -qO- https://goo.gl/hukjGs | sh
Last active
January 25, 2018 05:40
-
-
Save cornernote/ab0283e268bfc4a67dd2d0cd31996d24 to your computer and use it in GitHub Desktop.
Install Docker and Docker Compose
This file contains 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
#!/bin/sh | |
wget -qO- https://get.docker.com/ | sh | |
apt-get install -y python-pip | |
pip install docker-compose | |
service docker restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment