mirror of https://github.com/status-im/consul.git
Update check.html.md
This commit is contained in:
parent
86901b887d
commit
3b280ead55
|
@ -107,7 +107,7 @@ The table below shows this endpoint's support for
|
|||
status of the check. Prior to Consul 1.0, checks used a single `Script` field
|
||||
to define the command to run, and would always run in a shell. In Consul
|
||||
1.0, the `Args` array was added so that checks can be run without a shell. The
|
||||
`Args` field is deprecated, and you should include the shell in the `Args` to
|
||||
`Script` field is deprecated, and you should include the shell in the `Args` to
|
||||
run under a shell, eg. `"args": ["sh", "-c", "..."]`.
|
||||
|
||||
- `DockerContainerID` `(string: "")` - Specifies that the check is a Docker
|
||||
|
|
Loading…
Reference in New Issue