Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 346 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 346 Bytes

openplc-docker

About

Docker container for OpenPLC v3 Linux Runtime.

Build

docker build -t openplc-docker .

Run

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