Browse code

Fix Healthcheck API doc

Signed-off-by: Manjunath A Kumatagi <mkumatag@in.ibm.com>
(cherry picked from commit 4df54695ef12fa0ba474b571771ed09232ad00ba)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>

Manjunath A Kumatagi authored on 2017/03/25 21:43:02
Showing 1 changed files
... ...
@@ -486,10 +486,10 @@ definitions:
486 486
         description: |
487 487
           The test to perform. Possible values are:
488 488
 
489
-          - `{}` inherit healthcheck from image or parent image
490
-          - `{"NONE"}` disable healthcheck
491
-          - `{"CMD", args...}` exec arguments directly
492
-          - `{"CMD-SHELL", command}` run command with system's default shell
489
+          - `[]` inherit healthcheck from image or parent image
490
+          - `["NONE"]` disable healthcheck
491
+          - `["CMD", args...]` exec arguments directly
492
+          - `["CMD-SHELL", command]` run command with system's default shell
493 493
         type: "array"
494 494
         items:
495 495
           type: "string"