Package io.github.pgatzka.docker.dsl.waitable
package io.github.pgatzka.docker.dsl.waitable
-
ClassDescriptionReadiness strategy that waits for the container's Docker
HEALTHCHECKto reporthealthy.Readiness strategy that waits until a log line matchingregexis observed on the container's stdout or stderr.Readiness strategy that performs no check; the start task completes as soon asdocker runreturns.Readiness strategy that waits until the given TCP port (inside the container) accepts a connection.Strategy that determines whenstart<ContainerName>considers a container ready.