Skip to content

Commit

Permalink
Fix docker readme wording
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Foley <[email protected]>
  • Loading branch information
psfoley committed Jan 17, 2025
1 parent 2f4649e commit 47ea033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfl-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ docker run --rm \
example_workspace bash -c "gramine-sgx fx collaborator start ..."
```
### Running OpenFL Container in Production
For running [TaskRunner API](https://openfl.readthedocs.io/en/latest/about/features_index/taskrunner.html#running-the-task-runner) in a production environment with enhanced security, use the following parameters to limit CPU, memory, and process IDs, and to prevent privilege escalation:
For running [TaskRunner API](https://openfl.readthedocs.io/en/latest/about/features_index/taskrunner.html#running-the-task-runner) in a production environment with enhanced security, use the following parameters to limit CPU, memory, and process IDs to prevent resource exhaustion and privilege escalation:

**Example Command**:
```shell
Expand Down

0 comments on commit 47ea033

Please sign in to comment.