Javinizer via Docker on Synology DSM #162
-
Thanks to everyone working on this! Does anyone have the Javinizer web GUI running via Docker on a Synology NAS? I'm trying to get a container up and running, but I'm struggling. My knowledge level is low in general, and nonexistent when it comes to Docker. I'm using the Synology DSM web interface, and I have Docker installed with the the latest Javinizer image downloaded from Docker Hub. My trouble is with what settings I need to adjust before launching the container, and then how to access it once it's launched. I will need to change the port from 5000 to something else, as 5000 is what's already in use for Synology DSM itself. Am I correct in assuming the container port should be kept as 5000, and the local port adjusted to something not already in use? Or do I have this backwards? I'm also not entirely sure what I should be using for file/folder mount paths. I created a folder for Javinizer at the following path on my NAS: I plan on using a pretty simple path for the input and output once I have the container running: I've attached screenshots of what the Advanced Settings pages look like in Docker when launching a Javinizer container in Synology DSM, if it helps visualize my questions. I realize these questions are more about Docker more than Javinizer, but I hope the discussion might help others using Synology. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 19 replies
-
This is correct. Your container port will need to remain as 5000 as that is what the PowerShell Universal instance inside the container is exposing. Your local (host) port is what needs to be changed since that is conflicting with an existing exposed Synology port.
Yep, that's correct.
In that case you can mount it to any desired folder inside the container. For example: In this case, to access your |
Beta Was this translation helpful? Give feedback.
-
The above has been really helpful, as someone with a Synology NAS wishing to run this application. However, I have hit an impasse at the next step, and would appreciate any help that can be offered. I have the Docker container running, am able to login to the Powershell Universal configuration pages, but after following the instructions in the GitBook, am unable to start the dashboard. The error I get on the powershell dashboard is "Failed to start dashboard: Request failed with status code 404" Looking at the container log, this section seems relevant: What have I done wrong? |
Beta Was this translation helpful? Give feedback.
-
Hello. Hoped can help.. Currently I'm using DS918+. Wanted to know how to update to newer version without removing the old version. I tried to type -UpdateModule on the terminal but nothing happened. TQ |
Beta Was this translation helpful? Give feedback.
-
Hi all,
Could you please help? I'm not familiar with code and Docker (very entry level) Thank you everyone |
Beta Was this translation helpful? Give feedback.
This is correct. Your container port will need to remain as 5000 as that is what the PowerShell Universal instance inside the container is exposing. Your local (host) port is what needs to be changed since that is conflicting with an existing exposed Synology port.