Maintained by: ZeroC, Inc.
Where to get help: Ice Discussions
Where to file issues: GitHub Issues
Supported architectures: amd64, arm64
Source repository: GitHub
Available on:
docker pull zeroc/dsnodedocker pull ghcr.io/zeroc-ice/dsnodeDockerfile linksDataStorm is a high-performance publish/subscribe and data distribution service built on Ice. The DataStorm Node (dsnode) participates in a DataStorm mesh by accepting connections from other nodes and forwarding topic discovery and data updates.
See the DataStorm.Node.* property reference for all available settings.
dsnode serviceUsing a configuration file:
docker run --detach --name dsnode -v /path/to/config:/etc/dsnode.conf:ro zeroc/dsnode
Using command line arguments:
docker run --detach --name dsnode zeroc/dsnode \
--DataStorm.Node.Server.Endpoints="tcp -p 4061"
Since Docker networks do not generally support multicast, the DataStorm.Node.Server.Endpoints property is required.
Refer to the DataStorm documentation and the DataStorm.Node.* property reference for more information on how to configure a DataStorm Node.
Content type
Image
Digest
sha256:f6c35ab00…
Size
41.4 MB
Last updated
2 days ago
docker pull zeroc/dsnode