Skip to content

Commit

Permalink
binding host PID and IPC namespace to devcontainer.json. (#4654) (#4695)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
(cherry picked from commit 1d8b5f1)

Co-authored-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
  • Loading branch information
mergify[bot] and fujitatomoya committed Aug 29, 2024
1 parent 7d1c02d commit 3f96b32
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ Therefore add the following to ``.devcontainer/devcontainer.json``:
},
"runArgs": [
"--net=host",
"--pid=host",
"--ipc=host",
"-e", "DISPLAY=${env:DISPLAY}"
],
"mounts": [
Expand Down

0 comments on commit 3f96b32

Please sign in to comment.