19812/how-to-install-docker-compose-on-windows
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
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
Avoid using bind_address in your my.cnf file. I don't ...READ MORE
You can do this from command prompt ...READ MORE
Try : declaring the volume of container mounting the ...READ MORE
Try this: kubectl get storageclass gives output as ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
To solve this problem, I followed advice ...READ MORE
Please check "version" value in the docker-compose.yml ...READ MORE
If you are trying to telnet in ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.