Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eidottermihi committed May 15, 2024
1 parent 18ea976 commit dbe71bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ private ConditionEvaluationResult evaluate(Testcontainers testcontainers) {
return ConditionEvaluationResult.enabled("disabledWithoutDocker is false");
}

boolean isDockerAvailable() {
public static boolean isDockerAvailable() {
try {
DockerClientFactory.instance().client();
return true;
Expand Down

0 comments on commit dbe71bd

Please sign in to comment.