Browse code

Merge pull request #32107 from mkumatag/fix_api_doc

Fix Healthcheck API doc
(cherry picked from commit abecc530ee28ca4accb295c83f762855732d2667)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2017/03/28 01:45:48
Showing 1 changed files
... ...
@@ -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"