No description
Find a file
2025-03-02 22:55:07 +01:00
CODESYSControl.cfg Add: CODESYSControl config 2025-02-28 11:02:39 +01:00
Dockerfile Fix: Image to listen on all hosts 2025-02-28 11:05:47 +01:00
install.sh Add: install script 2025-02-28 11:03:06 +01:00
README.md Update: docker build command 2025-03-02 22:55:07 +01:00
startup.sh Add: startup script to handle a Licence server 2025-02-28 11:04:54 +01:00

CodeSYS Linux SL runtime containerized

There is an image for version 4.12.0.0 pull it with:

docker pull git.aroy-art.com/aroy/codesys-sl:latest

or build it yourself with:

docker build -t git.aroy-art.com/aroy/codesys-sl:4.12.0.0 . -f Dockerfile --build-arg CDS_VERSION=4.12.0.0 --build-arg EDGE_VERSION=4.12.0.0

run the container with:

 docker run -it --rm -p 1217:1217 -p 11740:11740 -p 11743:11743 git.aroy-art.com/aroy/codesys-sl:4.12.0.0