Skip to content

Commit

Permalink
Update core/src/main/java/org/testcontainers/dockerclient/DockerClien…
Browse files Browse the repository at this point in the history
…tProviderStrategy.java

Co-authored-by: Kevin Wittek <[email protected]>
  • Loading branch information
eddumelendez and kiview authored May 30, 2023
1 parent 25c6432 commit 8485549
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ public boolean allowUserOverrides() {
return true;
}

/**
/* @return the path under which the Docker unix socket is reachable relative to the Docker daemon
*/
public String getRemoteDockerUnixSocketPath() {
return null;
}
Expand Down

0 comments on commit 8485549

Please sign in to comment.