JayC Posted July 14, 2016 Posted July 14, 2016 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
io_guy Posted July 17, 2016 Posted July 17, 2016 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.
JayC Posted July 18, 2016 Author Posted July 18, 2016 Thanks! I updated the dockerfile and re-deployed.
biiiink Posted December 2, 2016 Posted December 2, 2016 This is awesome. Thanks JayC. Is there an unraid docker container for Polyglot as well?
shifmeister Posted August 19, 2017 Posted August 19, 2017 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.
io_guy Posted August 21, 2017 Posted August 21, 2017 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.