From 19b022b156de7630b0962588bf55cf64b2a83cce Mon Sep 17 00:00:00 2001 From: Thomas Jaggi Date: Mon, 16 Mar 2020 16:13:25 +0100 Subject: [PATCH] Update instructions regarding Docker on Mac and USB passthrough (#12377) * Update instructions regarding Docker on Mac and USB passthrough * Update markdown formatting in Docker instructions --- source/_docs/installation/docker.markdown | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/source/_docs/installation/docker.markdown b/source/_docs/installation/docker.markdown index cfbe979ef29..a5d017747ff 100644 --- a/source/_docs/installation/docker.markdown +++ b/source/_docs/installation/docker.markdown @@ -134,7 +134,9 @@ Remark: to restart your Home Assistant within Synology NAS, you just have to do - Right-click on it and select "Action"->"Restart".
-If you want to use a USB Bluetooth adapter or Z-Wave USB Stick with Home Assistant on Synology Docker these instructions do not correctly configure the container to access the USB devices. To configure these devices on your Synology Docker Home Assistant you can follow the instructions provided here by Phil Hawthorne. + +If you want to use a USB Bluetooth adapter or Z-Wave USB Stick with Home Assistant on Synology Docker these instructions do not correctly configure the container to access the USB devices. To configure these devices on your Synology Docker Home Assistant you can follow the instructions provided [here](https://philhawthorne.com/installing-home-assistant-io-on-a-synology-diskstation-nas/) by Phil Hawthorne. +
### QNAP NAS @@ -267,3 +269,9 @@ or in a `docker-compose.yml` file: restart: always network_mode: host ``` + +
+ +On Mac, USB devices are [not passed through](https://github.com/docker/for-mac/issues/900) by default. Follow the instructions in [Using USB with Docker for Mac](https://dev.to/rubberduck/using-usb-with-docker-for-mac-3fdd) by Christopher McClellan if your device is not showing up. + +