Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 933 Bytes

File metadata and controls

25 lines (15 loc) · 933 Bytes

Rubyripper

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

Usage: Run the Client

Simple SSH X11 Forwarding

Since it is an X11 GUI software, usage is in two steps:

  1. 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
  1. Connect to the server using ssh -X. Logging in with ssh automatically opens rubyripper
ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no \
-X app@$(docker inspect --format '{{ .NetworkSettings.IPAddress }}' rubyripper)
  1. Rip your CDs and enjoy.