spiegel_podman/cmd/podman/shared
Stefan Becker 5caf218b11 create: ignore check if image has HEALTHCHECK NONE
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>
2019-07-16 07:01:43 +03:00
..
parse Add glob parsing for --env flag 2019-07-11 17:15:20 -04:00
container.go golangci-lint pass number 2 2019-07-11 09:13:06 -05:00
container_inspect.go trivial cleanups from golang 2019-07-03 15:41:33 -05:00
create.go create: ignore check if image has HEALTHCHECK NONE 2019-07-16 07:01:43 +03:00
create_cli.go golangci-lint pass number 2 2019-07-11 09:13:06 -05:00
create_cli_test.go preparation for remote-client create container 2019-03-11 09:42:22 -05:00
funcs.go podman: create and run honors auth file location 2019-07-09 14:21:15 +02:00
funcs_test.go Add variable for global flags to runlabel 2019-05-02 12:14:51 -04:00
intermediate.go Add support for -env-host 2019-07-11 13:25:47 -04:00
intermediate_novarlink.go podman-remote create|run 2019-04-08 09:05:31 -05:00
intermediate_varlink.go add varlink bridge 2019-05-08 13:12:08 -05:00
parallel.go rm -f now removes a paused container 2018-11-08 15:18:11 -06:00
pod.go libpod removal from main (phase 2) 2019-06-27 07:56:24 -05:00
workers.go Add basic structure of podman init command 2019-05-01 11:12:24 -04:00