Where can I find the most rercent Docker image?

joethelion
Posts: 3
Joined: 05 Aug 2020, 05:59
Has thanked: 0
Been thanked: 0

Where can I find the most rercent Docker image?

Unread post by joethelion »

I am running alpine-madsonic idocker image on a Synology NAS as I could not find a Synology plugin (SPK) package.

Any way the docker image is quire old (about 4 years) and I was wondering if there is a more recent image ideally with madsonic 7 on it.

I have been troubleshooting an issue with no artist images which according to google is because of a missing class of the java sdk. Obliviously not something I can fix myself and probably a result of how out of date the docker image is.

I am very keen to see how version 7 compares and thinking about signing up for lifetime access.

Regards,
Greg.
jason4bury2
Posts: 3
Joined: 17 Mar 2019, 11:41
Has thanked: 4 times
Been thanked: 1 time

Re: Where can I find the most rercent Docker image?

Unread post by jason4bury2 »

Hi,

Here's a version I found earlier this week that runs in docker.


Version 7 Docker :-

https://registry.hub.docker.com/r/log1x/madsonic/


I've installed it on my Synology box and it runs just fine
joethelion
Posts: 3
Joined: 05 Aug 2020, 05:59
Has thanked: 0
Been thanked: 0

Re: Where can I find the most rercent Docker image?

Unread post by joethelion »

Thanks for the info.

I have installed the container and although the container starts up, I cannot scan any media folders. From looking at the log it appears to be a permissions issues.

I have specified a valid user and group in the PUID and PGID environment variables but it looks like these are ignored by the running container. I have tried using UID and GID but that doesn't work either.

Any chance you can share you docker configuration.
jason4bury2
Posts: 3
Joined: 17 Mar 2019, 11:41
Has thanked: 4 times
Been thanked: 1 time

Re: Where can I find the most rercent Docker image?

Unread post by jason4bury2 »

Hi,

Here your are :-

Ports

Local Port Container Port type
4040 4040 tcp
4050 4050 tcp


Network

Network Name Driver
bridge bridge


Volumes

File/Folder Mount Path Type
docker/madsonic /data rw
music /music rw


Environment

Defaults plus the following :-

PUID 1000
PGID 1000
TZ Europe/London
Post Reply