Skip to content

Commit

Permalink
Add section about optional config
Browse files Browse the repository at this point in the history
  • Loading branch information
prasmussen committed Feb 3, 2021
1 parent 19e1f37 commit db25dde
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,10 @@ See [docs/install](docs/install)
| DOCKER_CONTAINER_CAP_DROP | <space separated list> | List of capabilies to drop |
| RUN_MAX_EXECUTION_TIME | <seconds> | Maximum number of seconds a container is allowed to run |
| RUN_MAX_OUTPUT_SIZE | <bytes> | Maximum number of bytes allowed from the output of a run |


#### Optional

| Variable name | Type | Description |
|:---------------------------------------|:------------------------------|:-----------------------------------------------------------------------------|
| DEBUG_KEEP_CONTAINER | <bool> | Don't remove the container after run is completed (for debugging) |

0 comments on commit db25dde

Please sign in to comment.