README: Update blog link about devices in docker

This commit is contained in:
Yannick Schuchmann 2022-12-11 14:59:52 +01:00 committed by GitHub
parent 1fa46106a3
commit 2fc4ccc364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,7 +226,7 @@ To solve this, we can use docker-machine to create a VirtualBox VM
handle device pass-through, we can pass the device through to the VirtualBox VM handle device pass-through, we can pass the device through to the VirtualBox VM
which can then pass the device through to the Docker container. Milad Alizadeh which can then pass the device through to the Docker container. Milad Alizadeh
wrote up some good instructions `here wrote up some good instructions `here
<https://mil.ad/docker/2018/05/06/access-usb-devices-in-container-in-mac.html>`__ <https://mil.ad/blog/2018/access-usb-devices-in-container-in-mac.html>`__
which are geared towards USB devices, but it shouldn't be too hard to adapt to which are geared towards USB devices, but it shouldn't be too hard to adapt to
other drive types. Here's what I typed into my Mac terminal (probably other drive types. Here's what I typed into my Mac terminal (probably
similar for Windows, but untested):: similar for Windows, but untested)::