spiegel_podman/pkg/spec
baude 03716cf7f3 healtcheck phase 2
integration of healthcheck into create and run as well as inspect.
healthcheck enhancements are as follows:

* add the following options to create|run so that non-docker images can
define healthchecks at the container level.
  * --healthcheck-command
  * --healthcheck-retries
  * --healthcheck-interval
  * --healthcheck-start-period

* podman create|run --healthcheck-command=none disables healthcheck as
described by an image.
* the healthcheck itself and the healthcheck "history" can now be
observed in podman inspect
* added the wiring for healthcheck history which logs the health history
of the container, the current failed streak attempts, and log entries
for the last five attempts which themselves have start and stop times,
result, and a 500 character truncated (if needed) log of stderr/stdout.

The timings themselves are not implemented in this PR but will be in
future enablement (i.e. next).

Signed-off-by: baude <bbaude@redhat.com>
2019-03-12 14:29:18 -05:00
..
config_linux.go fix bug --device enable specifying directory as device 2019-03-06 10:14:52 -05:00
config_unsupported.go Add darwin support for remote-client 2019-01-11 11:30:28 -06:00
createconfig.go healtcheck phase 2 2019-03-12 14:29:18 -05:00
parse.go Invalid index for array 2018-12-21 09:25:25 -05:00
ports.go Spell check strings and comments 2018-05-25 08:45:15 +00:00
spec.go podman: fix ro bind mounts if no* opts are on the source 2019-02-25 18:56:09 +01:00
spec_test.go Swap default mount propagation from private to rprivate 2018-09-13 21:35:44 +00:00