Skip to content

Instantly share code, notes, and snippets.

@ajeetraina
Created November 14, 2016 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajeetraina/34c770bb4d7668c5a49916e797099803 to your computer and use it in GitHub Desktop.
Save ajeetraina/34c770bb4d7668c5a49916e797099803 to your computer and use it in GitHub Desktop.
Getting Docker-compose inside DIND..
Step-1: apk update
Step-2: apk add 'py-pip==8.1.2-r0'
Step-3: pip install 'docker-compose==1.8.0'
Step-4: pip install --upgrade pip
Step-5: docker-compose -v
Step-6: docker-compose config --service
Step-7: docker-compose up -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment