From 6bbf9b62f97f50a06a9956eefacebf6d0a6cba4e Mon Sep 17 00:00:00 2001 From: Patrick Foley Date: Fri, 17 Jan 2025 12:15:22 -0800 Subject: [PATCH] Fix docker readme wording (#1287) Signed-off-by: Patrick Foley --- openfl-docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfl-docker/README.md b/openfl-docker/README.md index 2f08bc5074..333244e497 100644 --- a/openfl-docker/README.md +++ b/openfl-docker/README.md @@ -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