Last active
January 17, 2017 08:18
-
-
Save MeenachiSundaram/5d67fd973cfdaaaf43693c7a27a7332e to your computer and use it in GitHub Desktop.
docker chef codebox pull and setup
This file contains hidden or 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
| #!/usr/bin/env bash | |
| set -eux | |
| mkdir /codespace | |
| cd /codespace && https://gist.githubusercontent.com/MeenachiSundaram/4daf6793b812d24aec2cfe86dc947df1/raw/4a78be1a5eae13980ed7e51adbd308302e786339/docker-rhel.sh | |
| cd /codespace && chmod +x docker-rhel.sh | |
| cd /codespace && bash docker-rhel.sh | |
| cd /codespace && wget https://gist.githubusercontent.com/MeenachiSundaram/a278c48a93a98ae019ac148f102326db/raw/7dbfd28e8270e184e2715faf8c7985dd5d4a5714/docker-chef | |
| cd /codespace && chmod +x docker-chef | |
| cd /codespace && mv docker-chef docker-compose.yml | |
| cd /codespace && docker-compose up -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment