Practice – devcor_350-901_security

Strength:
0%
Answered: 0 • Correct: 0 • Incorrect: 0

Logged in as Guest

Add a HEALTHCHECK for an HTTP service.

Drag the correct code snippets from the options panel into the placeholders in the code window.

FROM nginx:alpine {{1}}

Drag a snippet from the right into each blank box in the code.

Available snippets

HEALTHCHECK CMD wget -qO- http://localhost || exit 1
HEALTHCHECK NONE
RUN curl http://localhost
CHECK /health