Difference between revisions of "HEALTHCHECK"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
== See also == | == See also == | ||
* {{dockerfile}} | * {{dockerfile}} | ||
− | |||
− | |||
[[Category:Docker]] | [[Category:Docker]] |
Revision as of 19:28, 10 July 2023
https://docs.docker.com/engine/reference/builder/#healthcheck Docker 1.12
docker-compose.yml official example:
healthcheck: test: ["CMD", "curl", "-f", "http://localhost"] interval: 1m30s timeout: 10s retries: 3 start_period: 40s
Related terms
- Start configuration behavior and restart policy
docker-compose
: https://docs.docker.com/compose/compose-file/compose-file-v3/#healthcheck- HealthCheck in AWS ECS Task definition parameters
See also
Dockerfile: FROM, RUN, CMD, ENTRYPOINT, WORKDIR, COPY, ADD, USER, ENV, ARG, HEALTHCHECK
,hadolint, LABEL, EXPOSE
Advertising: