Skip to content

Commit 99a0ff4

Browse files
committed
Add the assignment to implement a health check
[refs #114c1c04fcd7]
1 parent 1795f09 commit 99a0ff4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

swarm/assignment6.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Implement health checks
2+
* Use an image for an application you are familiar with
3+
* nginx
4+
* ...
5+
* Implement a health check
6+
* curl
7+
* wget
8+
* ...
9+
* You might have to extend the image to install the tools you need
10+
* Setup the check in a Compose file
11+
* Verify it works
12+
* Use the HEALTHCHECK instruction
13+
* Verify it works
14+
* Disable the health check in the Compose file

0 commit comments

Comments
 (0)