From a3db9667a08d4fb48a52bd6ac853fecdf99a330c Mon Sep 17 00:00:00 2001 From: Thephaseless Date: Fri, 18 Oct 2024 15:39:05 +0000 Subject: [PATCH] add sysadmin for devcontainer --- .devcontainer/devcontainer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3e29b23..79089fd 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,9 @@ }, "runArgs": [ "-p", - "8181:8191" + "8181:8191", + "--cap-add", + "SYS_ADMIN" ], "customizations": { "vscode": {