The Dashboard-OPCUA-Client repository automatically builds container images for linux/amd64 platforms.
This container images can be used in containerized deployment scenarios to execute the gateway.
The configuration.json
needs to be mounted with a volume mount into the container.
-
Prepare the
configuration.json
as per Configuration -
Pull the container image:
docker pull ghcr.io/umati/dashboard-opcua-client
-
Run the image with mounting the configuration into the container:
docker run -it --rm -v /path/to/configuration.json:/app/configuration.json --name=dashboard-opcua-client ghcr.io/umati/dashboard-opcua-client:v*.*.*
Replace PATH to
configuration.json
and container version to the desired version as per Releases.