diff --git a/CHANGELOG.md b/CHANGELOG.md index 79108aad..6be1a6b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Version 2.2.0 +# Version 2.0.0 Various fixes for github issues - 193 @@ -129,4 +129,4 @@ Forked for garethr/docker v5.3.0 Added support for: - Docker services within a swarm cluster - Swarm mode -- Docker secrets +- Docker secrets \ No newline at end of file diff --git a/README.md b/README.md index 154abdc8..b7c4d214 100755 --- a/README.md +++ b/README.md @@ -386,14 +386,15 @@ docker::run { 'helloworld': } ``` -To enable the restart of an unhealthy container add the following code to the manifest file. +To enable the restart of an unhealthy container add the following code to the manifest file.In order to set the health check interval time set the optional health_check_interval parameter, the default health check interval is 30 seconds. ```puppet docker::run { 'helloworld': image => 'base', command => 'command', - health_check_command => '', + health_check_cmd => '', restart_on_unhealthy => true, + health_check_interval => '