Last active
May 1, 2018 19:59
-
-
Save cyberalexca/0c4203ac9783ff7b9e47ce426acb53b2 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
#!/bin/bash | |
apt update | |
apt -y upgrade | |
apt -y autoremove | |
apt install -y git | |
curl https://releases.rancher.com/install-docker/17.12.sh | sh | |
curl -L https://github.com/docker/compose/releases/download/1.21.0/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose | |
chmod +x /usr/local/bin/docker-compose | |
mkdir /docker && cd /docker | |
git clone https://github.com/cyberalexca/docker_wordpress.git . | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment