I've been a fan of LMS for some time, running the package locally on synology (community package, beta version as that was the only one that seemed to work). I'd like to be running this in docker instead, but can't seem to get that working. I've tried dozens of docker images and feel like I must be missing something obvious - has anyone gotten a new version of LMS working in this way?
setting up registry hub docker com / r / gfjardim/logitechmediaserver runs the following in logs forever without the frontend becoming available
Slim::Utils::PluginManager::_parseInstallManifest (658) Warning: Unable to parse XML in file [/usr/share/perl5/Slim/Plugin/Rescan/install.xml]: [Can't use string ("1") as an ARRAY ref while "strict refs" in use at /usr/share/squeezeboxserver/CPAN/XML/Simple.pm line 231.
using registry hub docker com / r / apnar/logitech-media-server gets the following thrown into the logs, and then the container stops
YAML::XS::LoadFile (48) Warning: Usage: YAML::XS::LibYAML::Load(yaml_sv) at /usr/share/squeezeboxserver/CPAN/YAML/XS.pm line 48.
Any suggestions or hints would be most appreciated!
setting up registry hub docker com / r / gfjardim/logitechmediaserver runs the following in logs forever without the frontend becoming available
Slim::Utils::PluginManager::_parseInstallManifest (658) Warning: Unable to parse XML in file [/usr/share/perl5/Slim/Plugin/Rescan/install.xml]: [Can't use string ("1") as an ARRAY ref while "strict refs" in use at /usr/share/squeezeboxserver/CPAN/XML/Simple.pm line 231.
using registry hub docker com / r / apnar/logitech-media-server gets the following thrown into the logs, and then the container stops
YAML::XS::LoadFile (48) Warning: Usage: YAML::XS::LibYAML::Load(yaml_sv) at /usr/share/squeezeboxserver/CPAN/YAML/XS.pm line 48.
Any suggestions or hints would be most appreciated!