We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bf04af + e63f0b9 commit b48fca0Copy full SHA for b48fca0
1 file changed
README.md
@@ -46,6 +46,8 @@ and work path.
46
| entrypoint | Overrides the default ENTRYPOINT in docker image. | `false` | |
47
| env_names | Environment variable names passed to docker image as comma separated list, for example: NAME1, NAME2, NAME3 | `false` | |
48
| extra_args | Extra arguments for docker run command. | `false` | |
49
+| pre-warm | Run a warming-up container (which might crash due to first time use failure) | `false` | true |
50
+| pre-warm-cmd | Pre warm command to run inside the container | `false` | echo "warming up!" |
51
52
53
0 commit comments