Skip to content

jpaffrath/docker-openplc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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