More > JRiver Media Center 29 for Linux

Docker Images for MC29

<< < (6/14) > >>

max096:

--- Quote from: cncb on June 13, 2022, 06:14:01 pm ---Sorry I asked multiple times.  Thanks for the info (again).

--- End quote ---

It's fine, no worries. Try the thing though would be interesting if it works. If it does it's really not that much different than building it into the image would look like. Just that you now have to write and mount the script yourself.

bob:
If you get that going, I'd like to give it a try.

cncb:
Unfortunately, I'm not getting very far.  I have a Synology DS220+ which apparently does not have apt-get and you cannot seem to add it.  It might have the drivers already, but I don't know how to check?

max096:

--- Quote from: cncb on June 14, 2022, 02:42:50 pm ---Unfortunately, I'm not getting very far.  I have a Synology DS220+ which apparently does not have apt-get and you cannot seem to add it.  It might have the drivers already, but I don't know how to check?

--- End quote ---

You donīt do the apt-get on your synology. Create the script I posted on your synology. Then mount it to the path into the container (similar to how you mounted the music directory, just with a single file now). The intel drivers have to be installed inside the container not on the host. If you mount the script to '/etc/cont-init.d/10-setup-intel-gpu.sh' it will run on startup of the container. I think that is currently the best way you can install new software into the container because that means it will reinstall itself when you update the image.

cncb:
It looks like the packages install fine with the script but MC fails to start with lines repeated in the logs (see attached screenshot).  It is not giving me much to go on.  I am using the following command line docker creation (... means a bunch of media volumes not shown):


--- Code: ---sudo docker run --restart always -d --name JRMC29_Accel -v /volume1/docker/MC/config:/config -v /volume1/docker/MC/10-setup-intel-gpu.sh:/etc/cont-init.d/10-setup-intel-gpu.sh ... --device=/dev/dri/renderD128 --device=/dev/dri/card0 -e TZ=America/New_York --net=host --privileged shiomax/jrivermc29:latest
--- End code ---



Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version