mirror of https://github.com/containers/podman.git
Merge pull request #3056 from TomSweeneyRedHat/dev/tsweeney/healthy
docs: Fix typo "healthcheck" pt2
This commit is contained in:
commit
79e1486a35
|
@ -279,7 +279,7 @@ The following example maps uids 0-2000 in the container to the uids 30000-31999
|
|||
|
||||
Add additional groups to run as
|
||||
|
||||
**--healthchech**=""
|
||||
**--healthcheck**=""
|
||||
|
||||
Set or alter a healthcheck for a container. The value must be of the format of:
|
||||
|
||||
|
|
|
@ -287,7 +287,7 @@ The example maps gids 0-2000 in the container to the gids 30000-31999 on the hos
|
|||
|
||||
Add additional groups to run as
|
||||
|
||||
**--healthchech**=""
|
||||
**--healthcheck**=""
|
||||
|
||||
Set or alter a healthcheck for a container. The value must be of the format of:
|
||||
|
||||
|
|
Loading…
Reference in New Issue