From 2fc4ccc364147a9c205584e2dedb15e69bc9ae55 Mon Sep 17 00:00:00 2001 From: Yannick Schuchmann Date: Sun, 11 Dec 2022 14:59:52 +0100 Subject: [PATCH] README: Update blog link about devices in docker --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a145b45..6be1091 100644 --- a/README.rst +++ b/README.rst @@ -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 which can then pass the device through to the Docker container. Milad Alizadeh wrote up some good instructions `here -`__ +`__ 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 similar for Windows, but untested)::