Skip to content

Instantly share code, notes, and snippets.

@Mashpy
Created October 7, 2016 07:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mashpy/33e66dee43a3e3d9ef51c8f5d41cf21d to your computer and use it in GitHub Desktop.
Save Mashpy/33e66dee43a3e3d9ef51c8f5d41cf21d to your computer and use it in GitHub Desktop.
sudo curl -sSL https://get.docker.com/ | sh
cd
curl -L https://github.com/docker/compose/releases/download/1.7.0/docker-compose-`uname -s`-`uname -m` > ./docker-compose
sudo mv ./docker-compose /usr/bin/docker-compose
sudo chmod +x /usr/bin/docker-compose
cd
git clone https://github.com/Mashpy/testphp.git
docker-composer up -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment