spring-boot
spring-boot copied to clipboard
Perform failure analysis when Testcontainers cannot find a valid Docker environment
See #45281
***************************
APPLICATION FAILED TO START
***************************
Description:
Could not find a valid Docker environment for Testcontainers.
Action:
- Ensure a Docker-compatible container engine is installed and running.
- If running Testcontainers in CI, ensure the runner has access to the daemon, typically by using a mounted socket or a Docker-in-Docker setup.
- Review the Testcontainers documentation for troubleshooting and advanced configuration options.
This PR is ready to be merged once main switches to 4.1.0-SNAPSHOT.