healthCheck property

HealthCheck? healthCheck
final

The container health check command and associated configuration parameters for the container. This parameter maps to HealthCheck in the Create a container section of the Docker Remote API and the HEALTHCHECK parameter of docker run.

Implementation

final HealthCheck? healthCheck;