Browse Source

readme / device tree issue: added source code refs

Fabian Peter Hammerle 4 years ago
parent
commit
4ac356644e
1 changed files with 5 additions and 1 deletions
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -32,13 +32,17 @@ $ sudo docker run --device /dev/zwave-dongle:/dev/zwave-dongle …
 
 ## mount `/proc/device-tree`
 
-required by `Adafruit-DHT`:
+Required by `Adafruit-DHT`:
 https://github.com/adafruit/Adafruit_Python_DHT/blob/a609d7dcfb2b8208b88498c54a5c099e55159636/source/Raspberry_Pi_2/pi_2_mmio.c#L43
 
 `/proc/device-tree` is a symlink to `/sys/firmware/devicetree/base`.
 
 However, `docker run -v /sys/firmware/devicetree/base:/sys/firmware/devicetree/base:ro …` is ineffective.
 
+Docker masks `/sys/firmware`:
+https://github.com/moby/moby/pull/26618
+https://github.com/docker/docker-ce/blob/v19.03.5/components/engine/oci/defaults.go#L127
+
 Evil workaround:
 ```sh
 # start container without explicitly mounting devicetree