We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f10c50 commit d2245beCopy full SHA for d2245be
.devcontainer/devcontainer.json
@@ -17,7 +17,7 @@
17
]
18
}
19
},
20
- "postCreateCommand": "${containerWorkspaceFolder}/.devcontainer/setup.sh ${containerWorkspaceFolder}"
+ "postCreateCommand": "${containerWorkspaceFolder}/.devcontainer/setup.sh ${containerWorkspaceFolder}",
21
22
// Features to add to the dev container. More info: https://containers.dev/features.
23
// "features": {},
@@ -30,4 +30,10 @@
30
31
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
32
// "remoteUser": "root"
33
+ "runArgs": [
34
+ "--privileged"
35
+ ],
36
+ "mounts": [
37
+ "type=bind,source=/dev/bus/usb,target=/dev/bus/usb"
38
+ ]
39
0 commit comments