ContainerLaunchException with Docker Compose V2
See original GitHub issueI encountered the following error for sbt test
.
org.testcontainers.containers.ContainerLaunchException: Local Docker Compose exited abnormally with code 1 whilst running command: up -d
Solved by unchecking the option Use Docker Compose V2 in Docker General settings.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Test container is not compatible with docker compose ...
Docker compose v2, compose the containers name with dash instead of ... ContainerLaunchException: Aborting attempt to link to container ...
Read more >Compose V2 Overview
The new Compose V2, which supports the compose command as part of the Docker CLI, is now available. Compose V2 integrates compose functions...
Read more >Announcing Compose V2 General Availability
On Docker Desktop version 4.4.2+, we enable aliasing of docker-compose syntax to docker compose by default. This lets you use V2 as a...
Read more >Compose file version 2 reference
Compose and Docker compatibility matrix . There are several versions of the Compose file format – 1, 2, 2.x, and 3.x. The...
Read more >Compose command compatibility with docker-compose
The compose command in the Docker CLI supports most of the docker-compose commands and flags. ... --compatibility has been resignified Docker Compose V2....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sorry for the delay. Just released
@dimafeng Do you have a plan to release 0.40.7?