From e63f0b9613c488899916ce5e7932aee70718e77d Mon Sep 17 00:00:00 2001 From: edwardvandevorst-philips Date: Thu, 19 Oct 2023 09:48:00 +0000 Subject: [PATCH] Auto-update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7c555e1..2597e3e 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ and work path. | entrypoint | Overrides the default ENTRYPOINT in docker image. | `false` | | | env_names | Environment variable names passed to docker image as comma separated list, for example: NAME1, NAME2, NAME3 | `false` | | | extra_args | Extra arguments for docker run command. | `false` | | +| pre-warm | Run a warming-up container (which might crash due to first time use failure) | `false` | true | +| pre-warm-cmd | Pre warm command to run inside the container | `false` | echo "warming up!" |