Jump to content
XPEnology Community

MakeMKV Docker Optical Drive Pass-through


guyp2k

Recommended Posts

Just curious if anyone has been successful passing-through an optical/cd-rom via Docker and MakeMKV? Below is the only information I was able to capture from the console w/ out lsscsi,

 

ata3.00: Find SSD disks. [HL-DT-ST BD-RE  WH16NS60]
[    1.222754]  sdb: sdb1
[    1.223017] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.225089] scsi 2:0:0:0: CD-ROM            HL-DT-ST BD-RE  WH16NS60          1.00 PQ: 0 ANSI: 5

 

...and my Docker run comand:

docker run -d \
    --name=makemkv \
    -p 5800:5800 \
    -v /volume1/docker/appdata/makemkv:/config:rw \
    -v $HOME:/storage:ro \
    -v /volume1/Rips/Output:/output:rw \
    --device /dev/sdb \
    --device /dev/sdb1 \
    jlesage/makemkv

 

Runs/installs fine, but when I launch MakeMKV no optical drive is detected, at a loss...any suggestions and is there any process to install "lsscsi" ?

 

Thanks


 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...