CodeSYS-SL-Docker/README.md

14 lines
310 B
Markdown
Raw Permalink Normal View History

# CodeSYS Linux SL runtime containerized
2025-02-21 10:59:35 +01:00
There is an image for version 4.12.0.0 pull it with:
```Shell
docker pull git.aroy-art.com/aroy/codesys-sl:latest
```
or build it yourself with:
```Shell
docker build -t git.aroy-art.com/aroy/codesys-sl:4.12.0.0 . -f Dockerfile --build-arg CDS_VERSION=4.12.0.0
```