Skip to content

Commit

Permalink
Add the assignment to implement a health check
Browse files Browse the repository at this point in the history
[refs #114c1c04fcd7]
  • Loading branch information
jfahrer committed May 5, 2018
1 parent 1795f09 commit 99a0ff4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions swarm/assignment6.md
@@ -0,0 +1,14 @@
## Implement health checks
* Use an image for an application you are familiar with
* nginx
* ...
* Implement a health check
* curl
* wget
* ...
* You might have to extend the image to install the tools you need
* Setup the check in a Compose file
* Verify it works
* Use the HEALTHCHECK instruction
* Verify it works
* Disable the health check in the Compose file

0 comments on commit 99a0ff4

Please sign in to comment.