diff options
author | Stefan Becker <chemobejk@gmail.com> | 2019-07-10 08:40:58 +0300 |
---|---|---|
committer | Stefan Becker <chemobejk@gmail.com> | 2019-07-16 07:01:43 +0300 |
commit | 5caf218b1162d6b24ac898b0e8ff730f5dcafe23 (patch) | |
tree | c73022213e7f07b9ee0075a85731ee89cbf30fd7 /cmd/podman/pod_rm.go | |
parent | 33001a9028d0ad12d2992dda295fd570714ca237 (diff) | |
download | podman-5caf218b1162d6b24ac898b0e8ff730f5dcafe23.tar.gz podman-5caf218b1162d6b24ac898b0e8ff730f5dcafe23.tar.bz2 podman-5caf218b1162d6b24ac898b0e8ff730f5dcafe23.zip |
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>
Diffstat (limited to 'cmd/podman/pod_rm.go')
0 files changed, 0 insertions, 0 deletions