mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-24 01:07:53 +00:00
If the image was built with "HEALTHCHECK NONE" then we should create a container without healthcheck configuration. Otherwise executing the healthcheck on the container will return "unhealthy" instead of the correct error message that the container doesn't have a healthcheck. We also ignore the healthcheck configuration if the command list is empty or the command string is empty. Fixes #3525 Signed-off-by: Stefan Becker <chemobejk@gmail.com> |
||
|---|---|---|
| .. | ||
| parse | ||
| container.go | ||
| container_inspect.go | ||
| create.go | ||
| create_cli.go | ||
| create_cli_test.go | ||
| funcs.go | ||
| funcs_test.go | ||
| intermediate.go | ||
| intermediate_novarlink.go | ||
| intermediate_varlink.go | ||
| parallel.go | ||
| pod.go | ||
| workers.go | ||