July 14, 20169 yr For anyone that has an Unraid server and would like to run this application as a docker container please add this repository to your template repository: https://github.com/jcreynolds/docker-containers Only modification I made was being able to specify where you want the /config file to go to, in the case of NodeLink it is where the .exe resides. All credit goes to io_guy, I only created the repositories for others to use. Cheers Edited July 15, 20169 yr by JayC
July 17, 20169 yr FYI, Just moved all my stuff over from the Pi to the NAS - had to update the Dockerfile for some NodeLink devices to work: RUN apt-get update && apt-get install -y wget mono-vbnc mono-complete I added mono-complete, it was required for some serialization libraries.
December 2, 20168 yr This is awesome. Thanks JayC. Is there an unraid docker container for Polyglot as well?
August 19, 20178 yr Hey, I am trying to get the docker running on my Unraid server. After install, all I am seeing for the WebGUI is the Apache2 Ubuntu Default Page. The log says: "Web config server started (http://172.17.0.16:8090)" But, that IP address is wrong and should be a 192.168.0.xxx. Any ideas? Thanks.
August 21, 20178 yr Yea, that's because docker is using it's internal subnet. It should still work if you point to the Unraid IP address. Otherwise your docker will need to add --net=host
Archived
This topic is now archived and is closed to further replies.