[docs] add SYS_NICE cap & security-opt for docker/k8s (#24017)

Signed-off-by: Peter Pan <Peter.Pan@daocloud.io>
Signed-off-by: Peter Pan <peter.pan@daocloud.io>
Co-authored-by: Li, Jiang <bigpyj64@gmail.com>
Co-authored-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Peter Pan
2025-09-03 01:27:20 +08:00
committed by GitHub
parent e66ed3e675
commit 0e1759cd54
4 changed files with 40 additions and 0 deletions

View File

@@ -89,6 +89,9 @@ docker run --rm \
other vLLM OpenAI server arguments
```
!!! tip
An alternative of `--privileged true` is `--cap-add SYS_NICE --security-opt seccomp=unconfined`.
# --8<-- [end:build-image-from-source]
# --8<-- [start:extra-information]
# --8<-- [end:extra-information]