Skip to content

rubyrupper docker container - for audiophile ripping application.

Notifications You must be signed in to change notification settings

DesktopContainers/rubyripper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

rubyrupper docker container - for audiophile ripping application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published