Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
HealthCheck |
CreateContainerCmd.getHealthcheck() |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.withHealthcheck(HealthCheck healthCheck) |
Modifier and Type | Method and Description |
---|---|
HealthCheck |
ContainerConfig.getHealthcheck() |
HealthCheck |
ContainerSpec.getHealthCheck() |
HealthCheck |
HealthCheck.withInterval(Long interval) |
HealthCheck |
HealthCheck.withRetries(Integer retries) |
HealthCheck |
HealthCheck.withStartPeriod(Long startPeriod) |
HealthCheck |
HealthCheck.withTest(List<String> test) |
HealthCheck |
HealthCheck.withTimeout(Long timeout) |
Modifier and Type | Method and Description |
---|---|
ContainerSpec |
ContainerSpec.withHealthCheck(HealthCheck healthCheck) |
Copyright © 2021. All rights reserved.