|
@@ -486,10 +486,10 @@ definitions:
|
|
description: |
|
|
description: |
|
|
The test to perform. Possible values are:
|
|
The test to perform. Possible values are:
|
|
|
|
|
|
- - `{}` inherit healthcheck from image or parent image
|
|
|
|
- - `{"NONE"}` disable healthcheck
|
|
|
|
- - `{"CMD", args...}` exec arguments directly
|
|
|
|
- - `{"CMD-SHELL", command}` run command with system's default shell
|
|
|
|
|
|
+ - `[]` inherit healthcheck from image or parent image
|
|
|
|
+ - `["NONE"]` disable healthcheck
|
|
|
|
+ - `["CMD", args...]` exec arguments directly
|
|
|
|
+ - `["CMD-SHELL", command]` run command with system's default shell
|
|
type: "array"
|
|
type: "array"
|
|
items:
|
|
items:
|
|
type: "string"
|
|
type: "string"
|