File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1717 ]
1818 }
1919 },
20- "postCreateCommand" : " ${containerWorkspaceFolder}/.devcontainer/setup.sh ${containerWorkspaceFolder}"
21-
20+ "postCreateCommand" : " ${containerWorkspaceFolder}/.devcontainer/setup.sh ${containerWorkspaceFolder}" ,
2221 // Features to add to the dev container. More info: https://containers.dev/features.
2322 // "features": {},
24-
2523 // Use 'forwardPorts' to make a list of ports inside the container available locally.
2624 // "forwardPorts": [],
27-
2825 // Configure tool-specific properties.
2926 // "customizations": {},
30-
3127 // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
32- // "remoteUser": "root"
28+ // "remoteUser": "root",
29+ "runArgs" : [
30+ " --privileged"
31+ ],
32+ "mounts" : [
33+ " type=bind,source=/dev/bus/usb,target=/dev/bus/usb"
34+ ]
3335}
You can’t perform that action at this time.
0 commit comments