Interactive container resilience demo: watch health degrade, crash, and auto-recover.
166
Mood Lamp is a lightweight Flask application built to demonstrate how Docker health checks and restart policies work together.
--restart=on-failure policy.HEALTHCHECK--restart=on-failure)docker run -d
--name lamp \
--restart=on-failure \
-p 5000:5000 \
muneebrather/mood-lamp:latest
Muneeb Ahmad Rather
Content type
Image
Digest
sha256:e405fb793…
Size
48.8 MB
Last updated
2 months ago
docker pull muneebrather/mood-lamp