Skip to content

Commit db25dde

Browse files
committed
Add section about optional config
1 parent 19e1f37 commit db25dde

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,10 @@ See [docs/install](docs/install)
8787
| DOCKER_CONTAINER_CAP_DROP | <space separated list> | List of capabilies to drop |
8888
| RUN_MAX_EXECUTION_TIME | <seconds> | Maximum number of seconds a container is allowed to run |
8989
| 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

Comments
 (0)