Groove Basin dockerization.
This is a fork from morvans/docker-groovebasin with a few slight changes:
You'll need a music folder, and a folder for Groove Basin to store its database.
Right now, I've just been running this with the --privileged flag, in order
to use the system's sound. The original project uses the --lxc-conf switch
but I can't seem to get that to work.
$ git clone https://github.com/jprjr/docker-groovebasin.git
$ cd docker-groovebasin
$ docker build -t jprjr/groovebasin .
$ docker run -v /dev/snd:/dev/snd:rw -v /path/to/music:/music -v /path/to/groove:/groove --privileged -p 6600:6600 -p 16242:16242 jprjr/groovebasin
$ docker run -d -v /dev/snd:/dev/snd:rw -v /path/to/music:/music -v /path/to/groove:/groove --privileged -p 6600:6600 -p 16242:16242 jprjr/groovebasin
Alternatively, you should be able to use links and data-only containers for persistence.
/music/grooveContent type
Image
Digest
sha256:f685f81db…
Size
194.8 MB
Last updated
over 10 years ago
docker pull jprjr/groovebasin