Skip to content

Instantly share code, notes, and snippets.

@MeenachiSundaram
Last active June 13, 2017 04:55
Show Gist options
  • Save MeenachiSundaram/da54e00627973a9192d7577fd80da542 to your computer and use it in GitHub Desktop.
Save MeenachiSundaram/da54e00627973a9192d7577fd80da542 to your computer and use it in GitHub Desktop.
Akurath
#!/usr/bin/env bash
set -eux
cd /tmp
wget https://gist.githubusercontent.com/MeenachiSundaram/697b7abacf332e331e7cc152017e601b/raw/1a732b1d934841fb240d84e013b5dc0b0d2af915/docker.sh
chmod +x docker.sh
./docker.sh
mkdir -p /root/codespaces/cs-chef-ci
cd /root/codespaces/cs-chef-ci
wget https://gist.githubusercontent.com/MeenachiSundaram/68a775dc073d49e58ab8162721439cd1/raw/2f2e057db840912d59e221afe39e08a08462e9fd/docker-compose.yml
docker-compose up -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment