Fix Healthcheck API doc
(cherry picked from commit abecc530ee28ca4accb295c83f762855732d2667)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -479,10 +479,10 @@ definitions: |
| 479 | 479 |
description: | |
| 480 | 480 |
The test to perform. Possible values are: |
| 481 | 481 |
|
| 482 |
- - `{}` inherit healthcheck from image or parent image
|
|
| 483 |
- - `{"NONE"}` disable healthcheck
|
|
| 484 |
- - `{"CMD", args...}` exec arguments directly
|
|
| 485 |
- - `{"CMD-SHELL", command}` run command with system's default shell
|
|
| 482 |
+ - `[]` inherit healthcheck from image or parent image |
|
| 483 |
+ - `["NONE"]` disable healthcheck |
|
| 484 |
+ - `["CMD", args...]` exec arguments directly |
|
| 485 |
+ - `["CMD-SHELL", command]` run command with system's default shell |
|
| 486 | 486 |
type: "array" |
| 487 | 487 |
items: |
| 488 | 488 |
type: "string" |