Could not find valid docker environment on Unix/Azure when upgrading from 1.17.6 to 1.18.x #7051
-
Hi, I am a tester and using an azure pipeline to run tests. A selenium container gets started for that purpose. Everything works fine with version 1.17.6 docker daemon & client API versions seem to be 1.4.2 08:07:13.996 DEBUG TestcontainersConfiguration.readProperties() - Testcontainers configuration overrides will be loaded from file:/home/AzDevOps_azpcontainer/.testcontainers.properties Caused by: java.lang.IllegalStateException: Could not find a valid Docker environment. Please see logs and check configuration |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for the report... are you using docker-java in your build tool? try to use version 3.3.0. I can identify the error in your logs
You can run |
Beta Was this translation helpful? Give feedback.
Thanks for the report... are you using docker-java in your build tool? try to use version 3.3.0. I can identify the error in your logs
You can run
mvn dependency:tree
or./gradlew dependencies