HEALTHCHECK

Insert a HEALTHCHECK instruction into the Dockerfile with args as its argument(s).


fun HEALTHCHECK(command: String?, options: String? = null): DockerfileBuilder

Insert a HEALTHCHECK instruction into the Dockerfile.

TODO(Derppening): Refactor options to use vararg Pair

Parameters

command

Command to execute for health check.

options

Options for the HEALTHCHECK instruction. See the Dockerfile reference for the available options.