aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwes <[email protected]>2020-12-16 13:24:57 -0500
committerwes <[email protected]>2020-12-16 13:24:57 -0500
commitc30d0c441e322ab7ad13fd0b9b561a4c511e23ce (patch)
treebaa1cefe148485cf2b475b0add94fda97b30f79b
parentmore readme improvements, usb pass through, spice, etc (diff)
downloaddocker-osx-c30d0c441e322ab7ad13fd0b9b561a4c511e23ce.tar.xz
docker-osx-c30d0c441e322ab7ad13fd0b9b561a4c511e23ce.zip
note about USB pass through
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1fb2fdc..c88ead6 100644
--- a/README.md
+++ b/README.md
@@ -512,7 +512,7 @@ docker run \
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}`?