We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06cc809 commit 42ce87aCopy full SHA for 42ce87a
README.md
@@ -159,7 +159,7 @@ $ echo $?
159
## Docker example
160
161
You can use `HEALTHCHECK` command on `Dockerfile` to define the health of your
162
-container. According to (Docker Docs)[https://docs.docker.com/engine/reference/builder/#healthcheck],
+container. According to [Docker Docs](https://docs.docker.com/engine/reference/builder/#healthcheck),
163
possible return values are `0` for success, `1` to unhealthy and `2` is reserved
164
and we **must not** use this exit code.
165
0 commit comments