From 084042c4edeb3d65ddd02aad257eddc611677eef Mon Sep 17 00:00:00 2001 From: Michael Henke <433270+aphex3k@users.noreply.github.com> Date: Fri, 27 Jan 2023 16:19:01 -0800 Subject: [PATCH] Added Docker quick instructions --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 5e1eb77..3f6f32a 100644 --- a/README +++ b/README @@ -67,6 +67,12 @@ Other drives might work, most likely those based on the Hitachi MN103 microcontroller. If you find any of them, please report so that they can be added to the compatibility list. +=============================================================================== +Docker +=============================================================================== + +$ docker build -f Docker/Dockerfile -t friidump . +$ docker run --rm --name friidump --privileged -v /dev/sr0:/dev/cdrom friidump -d /dev/cdrom -a =============================================================================== Installation