Skip to content

Instantly share code, notes, and snippets.

@dmathewwws
Created April 17, 2016 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmathewwws/a21b30be107533369975c938981da78b to your computer and use it in GitHub Desktop.
Save dmathewwws/a21b30be107533369975c938981da78b to your computer and use it in GitHub Desktop.
apt-get update -y
apt-get upgrade -y
apt-get install git -y
curl -fsSL https://get.docker.com/ | sh
apt-get install python-pip -y
pip install docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment