From 548880a20ddecec95afe61457e22ed142cbdc44c Mon Sep 17 00:00:00 2001 From: Diego Lendoiro Date: Thu, 8 Aug 2019 17:42:32 +0200 Subject: [PATCH] Added: Documentation for caveats on healthcheck as stated on #126 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 83f203d..e552c8c 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,14 @@ Usage: $ docker-compose up ``` +### CLI healthcheck + +In order to run the healtcheck from the CLI on the container: + +``` +$ su -c "source /etc/environment; bin/cake passbolt healtcheck" -s /bin/bash www-data +``` + # Requirements: * rng-tools or haveged are required on host machine to speed up entropy generation on containers.