public class IsRunningStartupCheckStrategy extends StartupCheckStrategy
StartupCheckStrategy - just check that the container
has reached the running state and has not exited.StartupCheckStrategy.StartupStatus| Constructor and Description |
|---|
IsRunningStartupCheckStrategy() |
| Modifier and Type | Method and Description |
|---|---|
StartupCheckStrategy.StartupStatus |
checkStartupState(com.github.dockerjava.api.DockerClient dockerClient,
java.lang.String containerId) |
getCurrentState, waitUntilStartupSuccessful, withTimeoutpublic StartupCheckStrategy.StartupStatus checkStartupState(com.github.dockerjava.api.DockerClient dockerClient, java.lang.String containerId)
checkStartupState in class StartupCheckStrategy