Read the statement by Michael Teeuw here.
MagicMirror Synology Docker Module Installation
-
Hi!
I’ve been running my MagicMirror setup with a Raspberry Pi for some time, but now I would like to transition into running it via docker on my Synology Network disk.
I followed this guide to get things up and running : https://mariushosting.com/how-to-install-magicmirror-on-your-synology-nas/However, now I’m stuck with the question - how do I install modules in docker?! Anyone that can explain or send me in the right direction?
//F
-
@freland on your server you use the docker exec command to get a prompt into the running container, and then do the git clone, npm install. using the containers npm and node
then u can close the prompt and edit the config.js stored on the host disk, and restart
-
@sdetweil Great! thanks for the help! I was able to get things up and running…