Metadata

ID: docker-best-practices/multiple-healthcheck

Language: Docker

Severity: Notice

Category: Best Practices

Description

A Dockerfile with multiple HEALTHCHECK instructions is confusing. A container should only have one HEALTHCHECK instruction.

Non-Compliant Code Examples

HEALTHCHECK CMD foo
HEALTHCHECK CMD bar

Compliant Code Examples

HEALTHCHECK CMD foo
PREVIEWING: joe.farro/djm/djm-732-rm-dd-api-ips-databricks-docs