We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b37d7 commit a078382Copy full SHA for a078382
core/src/main/java/org/testcontainers/containers/ComposeContainer.java
@@ -28,7 +28,7 @@
28
29
/**
30
* Testcontainers implementation for Docker Compose V2. <br>
31
- * It uses docker binary.
+ * It uses either Compose V2 contained within the Docker binary, or a containerised version of Compose V2.
32
*/
33
@Slf4j
34
public class ComposeContainer extends FailureDetectingExternalResource implements Startable {
0 commit comments