- Operating System
- Sample-Server Environment
- Sample-Server package
- from GitHub
- OPC UA Client
- look at the corresponding installation manuals on the download pages
-
download Sample-Server package
docker pull ghcr.io/umati/sample-server:develop
-
run the container
docker run -d -p 4840:4840 ghcr.io/umati/sample-server:develop
-
check if container is running
docker container ls -a