Added Docker quick instructions

This commit is contained in:
Michael Henke 2023-01-27 16:19:01 -08:00 committed by GitHub
parent 6e82bac086
commit 084042c4ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
README
View file

@ -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