-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Windows 10] Can't find local docker-compose #460
Comments
bsnisar
pushed a commit
to bsnisar/testcontainers-java
that referenced
this issue
Sep 21, 2017
I have create a pull request for this issue please review, guys. |
bsnisar
pushed a commit
to bsnisar/testcontainers-java
that referenced
this issue
Sep 21, 2017
Yes, looks like the same issue.
2017-09-22 9:52 GMT+03:00 glebsts <[email protected]>:
… wasn't #416
<#416> about
that?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#460 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFLR3tEVkWeGFsi-aGYB-yD1YZhvFHa-ks5sk1kQgaJpZM4Pe_dG>
.
|
bsnisar
pushed a commit
to bsnisar/testcontainers-java
that referenced
this issue
Sep 22, 2017
bsnisar
pushed a commit
to bsnisar/testcontainers-java
that referenced
this issue
Sep 27, 2017
bsnisar
pushed a commit
to bsnisar/testcontainers-java
that referenced
this issue
Sep 28, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GIVEN: Win 10 machine
<dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> <version>1.4.2</version> <scope>test</scope> </dependency>
WHEN: Start docker compose in a test
`
THEN:
org.testcontainers.containers.ContainerLaunchException: Local Docker Compose not found. Is docker-compose on the PATH? at org.testcontainers.containers.LocalDockerCompose.invoke(DockerComposeContainer.java:497) at org.testcontainers.containers.DockerComposeContainer.runWithCompose(DockerComposeContainer.java:151) at org.testcontainers.containers.DockerComposeContainer.createServices(DockerComposeContainer.java:127) at org.testcontainers.containers.DockerComposeContainer.starting(DockerComposeContainer.java:111)
This heppend because of (DockerComposeContainer, line 498):
CommandLine.executableExists(COMPOSE_EXECUTABLE)
File like docker-compose can't be resolved in PATH, because of there is docker-compose.exe binary on Win10, not simple docker-compose.
The text was updated successfully, but these errors were encountered: