Created
November 14, 2016 12:53
-
-
Save ajeetraina/34c770bb4d7668c5a49916e797099803 to your computer and use it in GitHub Desktop.
Getting Docker-compose inside DIND..
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
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