Skip to content

Instantly share code, notes, and snippets.

@MeenachiSundaram
Last active January 17, 2017 08:18
Show Gist options
  • Select an option

  • Save MeenachiSundaram/5d67fd973cfdaaaf43693c7a27a7332e to your computer and use it in GitHub Desktop.

Select an option

Save MeenachiSundaram/5d67fd973cfdaaaf43693c7a27a7332e to your computer and use it in GitHub Desktop.
docker chef codebox pull and setup
#!/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