Difference between revisions of "HEALTHCHECK"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
[[docker-compose.yml]] official example: | [[docker-compose.yml]] official example: | ||
− | healthcheck: | + | [[healthcheck:]] |
test: ["CMD", "curl", "[[-f]]", "http://localhost"] | test: ["CMD", "curl", "[[-f]]", "http://localhost"] | ||
interval: 1m30s | interval: 1m30s |
Latest 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[edit]
- 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[edit]
Dockerfile: FROM, RUN, CMD, ENTRYPOINT, WORKDIR, COPY, ADD, USER, ENV, ARG, HEALTHCHECK
,hadolint, LABEL, EXPOSE
Advertising: