Sign inSign up

desktopcontainers/rubyripper

By desktopcontainers

Updated about 9 years ago

rubyrupper docker container - for audiophile ripping application.

Image
0

1.1K

desktopcontainers/rubyripper repository overview

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)
    

3. Rip your CDs and enjoy.

Tag summary

Content type

Image

Digest

Size

585.9 MB

Last updated

about 9 years ago

docker pull desktopcontainers/rubyripper