CodeSYS-SL-Docker/README.md

19 lines
489 B
Markdown

# CodeSYS Linux SL runtime containerized
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 --build-arg EDGE_VERSION=4.12.0.0
```
run the container with:
```Shell
docker run -it --rm -p 1217:1217 -p 11740:11740 -p 11743:11743 git.aroy-art.com/aroy/codesys-sl:4.12.0.0
```