We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e1f37 commit db25ddeCopy full SHA for db25dde
README.md
@@ -87,3 +87,10 @@ See [docs/install](docs/install)
87
| DOCKER_CONTAINER_CAP_DROP | <space separated list> | List of capabilies to drop |
88
| RUN_MAX_EXECUTION_TIME | <seconds> | Maximum number of seconds a container is allowed to run |
89
| RUN_MAX_OUTPUT_SIZE | <bytes> | Maximum number of bytes allowed from the output of a run |
90
+
91
92
+#### Optional
93
94
+| Variable name | Type | Description |
95
+|:---------------------------------------|:------------------------------|:-----------------------------------------------------------------------------|
96
+| DEBUG_KEEP_CONTAINER | <bool> | Don't remove the container after run is completed (for debugging) |
0 commit comments