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 9c09b43 commit f4c1addCopy full SHA for f4c1add
core/src/main/java/org/testcontainers/utility/TestcontainersConfiguration.java
@@ -176,7 +176,7 @@ public String getDockerClientStrategyClassName() {
176
}
177
178
public String getTransportType() {
179
- return getEnvVarOrProperty("transport.type", "okhttp");
+ return getEnvVarOrProperty("transport.type", "httpclient5");
180
181
182
public Integer getImagePullPauseTimeout() {
0 commit comments