How to install docker-compose on Windows

0 votes
Sep 10, 2018 in Docker by Sophie may
• 10,610 points
4,295 views

2 answers to this question.

0 votes

1.) Install Babun or chocolatey

2.) Open it up and install the needed dependencies for Python and Pip:

pact install python-setuptools 
pact install libxml2-devel libxslt-devel libyaml-devel
curl -skS https://bootstrap.pypa.io/get-pip.py | python
pip install virtualenv
curl -skS https://raw.githubusercontent/mitsuhiko/pipsi/master/get-pipsi.py | python

3.) Finally run the below command:

pip install -U docker-compose
answered Sep 10, 2018 by Tyrion anex
• 8,700 points
0 votes

Docker compose is already installed if you have installed Docker Desktop on win 10.

Run the following command:

1

docker-compose -v

If you did not receive an error, you are good to go

answered Apr 15, 2019 by Anudeep
Thanks! As far as I remember, we had to explicitly install docker compose. At least on Linux. I'm not sure about Windows though. I'll try this and let you know.

Related Questions In Docker

+1 vote
7 answers

How to connect to a Docker container running mysql on Windows 10?

Avoid using bind_address in your my.cnf file. I don't ...READ MORE

answered Apr 25, 2019 in Docker by Haseeb
12,095 views
0 votes
1 answer

How to enable/ disable Hyper-V for Docker on Windows?

You can do this from command prompt ...READ MORE

answered Sep 10, 2018 in Docker by Tyrion anex
• 8,700 points
6,132 views
0 votes
1 answer

How to run an image with volume on docker for windows?

Try : declaring the volume of container mounting the ...READ MORE

answered Sep 20, 2018 in Docker by Tyrion anex
• 8,700 points
629 views
0 votes
1 answer
+2 votes
1 answer
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,469 views
0 votes
1 answer

How to update docker-compose on Docker for Windows?

Please check "version" value in the docker-compose.yml ...READ MORE

answered Sep 21, 2018 in Docker by Tyrion anex
• 8,700 points
3,246 views
0 votes
1 answer

How to install telnet in Docker for Windows 10?

If you are trying to telnet in ...READ MORE

answered Aug 28, 2018 in Docker by Tyrion anex
• 8,700 points
3,147 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP