Jump to content

NodeLink - Unraid Docker Template


JayC

Recommended Posts

Posted

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.

 

post-6575-0-77164300-1468535233_thumb.png

 

Cheers 

 

 

Posted

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.

  • 4 months later...
  • 8 months later...
Posted

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.

Posted

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

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...