note about USB pass through

This commit is contained in:
wes 2020-12-16 13:24:57 -05:00
parent b64323852e
commit c30d0c441e

View File

@ -512,7 +512,7 @@ docker run \
You should see the device show up when you do `system_profiler SPUSBDataType` in the MacOS shell. You should see the device show up when you do `system_profiler SPUSBDataType` in the MacOS shell.
Important Note: this will cause the host system to lose access to the USB device while the VM is running!
## What is `${DISPLAY:-:0.0}`? ## What is `${DISPLAY:-:0.0}`?