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 dotNet3 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
scyto/nodelink:latest
dotNet 3.1.0-preview1.19506.1 - nodelink 10.x - linux/amd64,arm,arm64, windows/amd64
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