Container USB mount should be disabled by default

This commit is contained in:
Sparchatus 2022-05-31 09:19:25 +00:00
parent 1beb079cb0
commit 70284786e0

View File

@ -21,7 +21,7 @@
// allow access to the toradex board // allow access to the toradex board
"runArgs": ["--privileged"], "runArgs": ["--privileged"],
"mounts": ["type=bind,src=/dev/bus/usb,dst=/dev/bus/usb"], // "mounts": ["type=bind,src=/dev/bus/usb,dst=/dev/bus/usb"],
"remoteUser": "vscode", "remoteUser": "vscode",
} }