4 lines
263 B
Batchfile
4 lines
263 B
Batchfile
echo Run a docker container of the console reference server
|
|
echo The certificate store of the ref server is mapped to './OPC Foundation'
|
|
docker run -it -p 62541:62541 -h refserver -v "%CD%/OPC Foundation:/root/.local/share/OPC Foundation" consolerefserver:latest
|