Add: Doc for docker run command with ports
This commit is contained in:
parent
3963e21b62
commit
33b224a351
1 changed files with 6 additions and 0 deletions
|
@ -11,3 +11,9 @@ 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
|
||||
```
|
||||
|
||||
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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue