Package io.quarkus.deployment
Class IsContainerRuntimeWorking
java.lang.Object
io.quarkus.deployment.IsContainerRuntimeWorking
- All Implemented Interfaces:
BooleanSupplier
- Direct Known Subclasses:
IsDockerWorking,IsPodmanWorking
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classDetection using a remote host socket We don't want to pull in the docker API here, so we just see if the DOCKER_HOST is set and if we can connect to it.protected static enumprotected static interfaceprotected static classDelegates the check to testcontainers (if the latter is on the classpath) -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
-
Constructor Details
-
IsContainerRuntimeWorking
-
-
Method Details
-
getAsBoolean
public boolean getAsBoolean()- Specified by:
getAsBooleanin interfaceBooleanSupplier
-