Rubyripper
This is a container for the audiophile ripping application.
It needs access to /dev/sr0 device and run as privileged container at the moment.
It's based on DesktopContainers/base-mate and uses the rubyripper (0.7.0rc1) from: https://github.com/bleskodev/rubyripper
Since it is an X11 GUI software, usage is in two steps:
- Run a background container as server or start existing one.
docker start rubyripper || docker run -d --name rubyripper --privileged --device /dev/sr0 -p 8888:80 -v /tmp/:/rips desktopcontainers/rubyripper
- Connect to the server using
ssh -X
. Logging in withssh
automatically opens rubyripper
ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no \
-X app@$(docker inspect --format '{{ .NetworkSettings.IPAddress }}' rubyripper)
- Rip your CDs and enjoy.