spring-boot icon indicating copy to clipboard operation
spring-boot copied to clipboard

Perform failure analysis when Testcontainers cannot find a valid Docker environment

Open nosan opened this issue 2 months ago • 1 comments

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.

nosan avatar Oct 24 '25 14:10 nosan

This PR is ready to be merged once main switches to 4.1.0-SNAPSHOT.

snicoll avatar Nov 17 '25 13:11 snicoll