-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
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
Possible run docker-compose-rule on Windows? #232
Comments
Can you check this one? #219 |
@rion18 thanks for the advice, unfortunately this one does not work. It seems that the issue really lies in Windows path format and formating it to unix path representation |
Dang. It works for me using git-bash/docker machine. Is that your own setup? |
There were a few PRs that have been opened by the previous maintainers that possibly relate to this issue:
It seems that this will be directly fixed if we get #175 merged, @hpryce do you have context on this? |
Hey, do you have any update on this one?
But running the test using maven from the same location gives me the same error as OP ( Edit: I set the recommended environment variables, as mentioned in #219
|
Edit: there was an issue with my Docker install (it crashed mid-update). I re-applied the update and don't have the symptoms described before anymore. Keeping it in case it helps others: I debugged a bit, and in Running that on the command line:
I added quotes around the file name, and got:
Running in debug
I don't understand that yet, but it looks like an issue with the setup, and not with the compose rule itself |
Bottom line: in this case, docker had stopped running. See docker/compose#5801 for a more descriptive error message when docker isn't running |
Hello,
I have tried to run https://github.com/tomasulo/docker-compose-integration-tests on Windows 7 using Docker Tools, however I was not able to run it properly. My ultimate question is, is it possible to use docker-compose-rule on Windows 7?
So far what I have discovered the problem lies with using File::getAbsolutePath in DockerComposeFiles class where JVM produces Windows path format where Docker requires unix format and fails with message of missing docker-compose file. Including stacktrace from my tests:
The text was updated successfully, but these errors were encountered: