Docker container for OpenPLC v3 Linux Runtime.
docker build -t openplc-docker .
Place a structured text file script.st in a directory and run the container
docker run --name plc -d -p 8080:8080 -p 502:502 -v /PATH/TO/SCRIPT:/home/openplc/scripts openplc-docker