This docker container is for folks wanting to use NodeLink for ISY994i It is based on the information provided here:
https://forum.universal-devices.com/topic/19214-nodelink-docker/
- it uses latest Microsoft dotNet5 Core Runtimes allowing for smaller than mono:latest or mono:slim
- dependencies are installed as part of docker file (please file a bug if you find a missing dependency)
- dockerfile optimized to reduce the number of layers and resulting image size
https://forum.universal-devices.com/topic/23660-nodelink-latest-version-v0111/
scyto/nodelink:latest
This tags works on linux/amd64,arm,arm64, windows/amd64
If you were previously using the v10 of this container you must delete the existing nodelink.dll
abd NodeLink.runtimeconfig.json
in your mapped volume or nodelink will fail to run.
For linux use the following command to run the container - replace
docker run --name=NodeLink -v $PWD$:/NodeLink -p 8090:8090 scyto/nodelink
You can use the TZ= env var to set the time in the container.
For windows use the following command to run the container -replace
docker run --name=NodeLink -v $PWD$:C:\NodeLink -p 8090:8090 scyto/nodelink
You can use the TZ= env var to set the time in the container.
Let me know if you find issues. You can bug them on the dev github branch. Dockerhub page here https://hub.docker.com/r/scyto/nodelink