example on how to create aNET application that communicates with the PLCnext trough the REST API
sudo docker build -t aspnetapp .
sudo docker run -it -p 5000:80 myapp
https://github.com/PLCnext/Docker_GettingStarted
as root
balena-engine run run -it -p 5000:80 myapp