Package io.github.pgatzka.docker.dsl.waitable


package io.github.pgatzka.docker.dsl.waitable
  • Class
    Description
    Readiness strategy that waits for the container's Docker HEALTHCHECK to report healthy.
    Readiness strategy that waits until a log line matching regex is observed on the container's stdout or stderr.
    Readiness strategy that performs no check; the start task completes as soon as docker run returns.
    Readiness strategy that waits until the given TCP port (inside the container) accepts a connection.
    Strategy that determines when start<ContainerName> considers a container ready.