We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
LocalDockerCompose
Core
1.17.3
Yes
Linux
x86
Client: Docker Engine - Community Version: 20.10.16 API version: 1.41 Go version: go1.17.10 Git commit: aa7e414 Built: Thu May 12 09:17:23 2022 OS/Arch: linux/amd64 Context: default Experimental: true Server: Docker Engine - Community Engine: Version: 20.10.16 API version: 1.41 (minimum version 1.12) Go version: go1.17.10 Git commit: f756502 Built: Thu May 12 09:15:28 2022 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.6.4 GitCommit: 212e8b6fa2f44b9c21b2798135fc6fb7c53efc16 runc: Version: 1.1.1 GitCommit: v1.1.1-0-g52de29d docker-init: Version: 0.19.0 GitCommit: de40ad0
LocalDockerCompose does not support Docker Compose v2 (docker compose instead of docker-compose). The following error occurs:
docker compose
docker-compose
Local Docker Compose not found. Is docker-compose on the PATH?
See
testcontainers-java/core/src/main/java/org/testcontainers/containers/DockerComposeContainer.java
Line 741 in de1324e
No response
The text was updated successfully, but these errors were encountered:
Yes we absolutely need this. Please also support using the docker builtin compose api via docker compose instead of docker-compose.
Sorry, something went wrong.
see #5608
I am closing this as a duplicate of #5278.
No branches or pull requests
Module
Core
Testcontainers version
1.17.3
Using the latest Testcontainers version?
Yes
Host OS
Linux
Host Arch
x86
Docker version
What happened?
LocalDockerCompose
does not support Docker Compose v2 (docker compose
instead ofdocker-compose
). The following error occurs:See
testcontainers-java/core/src/main/java/org/testcontainers/containers/DockerComposeContainer.java
Line 741 in de1324e
Relevant log output
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: