Robpol86 / makemkv

Automated headless DVD/Bluray backups with MakeMKV from Docker.
https://hub.docker.com/r/robpol86/makemkv/
MIT License
28 stars 5 forks source link

Handle --privilege causing all optical drives to be visible in the container. #1

Closed Robpol86 closed 7 years ago

Robpol86 commented 7 years ago

The blkid commands will output multiple lines if more than one optical drive (or /dev/cdrom and /dev/sr0) are present.

Also consider specifying dev:/dev/cdrom or whatever explicitly instead of disc:0. Probably need to use $DEVICE for the blkid commands too.

Robpol86 commented 7 years ago

Done