Sam Wright

Results 5 comments of Sam Wright

I've ran into this problem recently, and I imagine it isn't an easy one to fix as it has been unresolved for a while. As a quick-fix, what about introducing...

Yep this works in Windows. I also tried just running "docker-compose.exe" without specifying its location and that worked too: ``` ProcessBuilder pb = new ProcessBuilder("docker-compose.exe", "-v"); Process p = pb.start();...

That's excellent news! You'll find the build will fail (lots of test failures) until #169 and #171 are merged. You'll also need to set the DOCKER_LOCATION and DOCKER_COMPOSE_LOCATION env variables,...

I've got just one more test to fix: HostNetworkedPortsIntegrationTest. This tests that having docker use the 'host' network type means the container uses the host's network, so the host can...

Just an update, docker-compose-rule now builds on Windows and passes all tests :-D