From b99795fcc297c8939cc967d800a1afcc3af62c9a Mon Sep 17 00:00:00 2001 From: Augustinas Malinauskas Date: Wed, 4 Feb 2026 11:06:05 -0800 Subject: [PATCH] docs: add --runtime and --pids-limit to supported options --- docs/knowledge-base/docker/custom-commands.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/knowledge-base/docker/custom-commands.md b/docs/knowledge-base/docker/custom-commands.md index 4ce70c7be..e509d57eb 100644 --- a/docs/knowledge-base/docker/custom-commands.md +++ b/docs/knowledge-base/docker/custom-commands.md @@ -26,6 +26,8 @@ For deploying your resources, you can add custom options to the final docker com - `--privileged` - `--gpus` - `--entrypoint` +- `--runtime` +- `--pids-limit` ## Usage