viperrabbit wrote: > Hi Huey, I am totally new to Linux. Some of my questions are going to > sound stupid. Please pardon me. > > I have installed the Docker-ce and Portainer in the Asustor NAS. I > don't understand what files should go into the lms container, how to > "run the lms container", what to do next. Can you show me the steps, > please? Thank you.
You use volumes to "add" files to your docker container, most importantly your music library, and possibly playlist files. These can and should be shares on your NAS. Also the container needs to write the config of LMS to disk. These are also volumes and can be shares you allocate to it, or let docker create volumes itself. Portainer lets use fill in all config fields like ports etc to create a proper config. You do not need to use portainer: you can also just run it in "bare" docker: There is a whole thread on dockerized LMS. Basically if you installed the packages I told you and created folders for your config files and where your music lives you could just use this: https://forums.slimdevices.com/showthread.php?111828-Official-docker-container-for-LMS/page47 This post basically give you all needed config, but your own share locations, to start and run your LMS. The first 3 -v (volume) parameters point to the folders you need to create on your NAS to host the files (you can as said omit them except ofcourse your music location, to let docker create them somewhere for you but I would advise against that). If you installed the portainer package you would find the then running container in there for easier point and click administration. If unfamiliar with linux I think using the docker plugin and running the LMS container in this docker is wiser than messing about on your NAS with packages etc. ------------------------------------------------------------------------ Huey11's Profile: http://forums.slimdevices.com/member.php?userid=67632 View this thread: http://forums.slimdevices.com/showthread.php?t=115181 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
