We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I found that docker-compose could not be properly installed on a windows machine, within a boot2docker. I fixed it useing: http://stackoverflow.com/questions/29289785/how-to-install-docker-compose-on-windows
TL;DR: run the command: tce-load -wi python && curl https://bootstrap.pypa.io/get-pip.py | sudo python - && sudo pip install -U docker-compose before executing the docker compose commands.
tce-load -wi python && curl https://bootstrap.pypa.io/get-pip.py | sudo python - && sudo pip install -U docker-compose
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I found that docker-compose could not be properly installed on a windows machine, within a boot2docker.
I fixed it useing: http://stackoverflow.com/questions/29289785/how-to-install-docker-compose-on-windows
TL;DR: run the command:
tce-load -wi python && curl https://bootstrap.pypa.io/get-pip.py | sudo python - && sudo pip install -U docker-compose
before executing the docker compose commands.The text was updated successfully, but these errors were encountered: