From 2fb4163132f2e1235dbdaacb1c4aeebd88b294c7 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Fri, 21 Feb 2025 12:58:08 +0100 Subject: [PATCH] Update: readme for more info about the contaniner --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8837974..903faa3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ -# CodeSYS-SL +# 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 +```