public interface InspectedContainer extends Container
Container.PortBinding
Modifier and Type | Method and Description |
---|---|
String |
getHealthcheck() |
boolean |
isHealthy()
The Health Status of this container (if applicable).
|
getCreated, getCustomNetworkIpAddresses, getExitCode, getId, getImage, getIPAddress, getLabels, getName, getPortBindings, isRunning
boolean isHealthy()
false
if the container has a configured healthcheck and has not the
Health Status "healthy". Returns true
otherwise.String getHealthcheck()
Copyright © 2018. All rights reserved.