Created
October 7, 2016 07:25
-
-
Save Mashpy/33e66dee43a3e3d9ef51c8f5d41cf21d to your computer and use it in GitHub Desktop.
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
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