Maintained by: ZeroC, Inc.
Where to get help: Ice Discussions
Where to file issues: GitHub Issues
Supported architectures: amd64, arm64 (except for 3.6 which is amd64 only)
Source repository: GitHub
Available on:
docker pull zeroc/icestormdocker pull ghcr.io/zeroc-ice/icestormDockerfile linksIceStorm is a publish-subscribe event distribution service that helps you create push applications using the Ice RPC framework.
icestorm serviceFrom a configuration file:
docker run --detach --name some-icestorm -v /path/to/config:/etc/icestorm.conf:ro zeroc/icestorm
From command line arguments:
docker run --detach --name some-icestorm zeroc/icestorm --IceStorm.TopicManager.Endpoints="tcp -h 0.0.0.0 -p 9999" --IceStorm.Publish.Endpoints="tcp -h 0.0.0.0 -p 10000"
Refer to the IceStorm documentation for more information on how to configure IceStorm.
The IceStorm container stores its data in a Docker volume mounted at /data.
Content type
Image
Digest
sha256:bc2d02759…
Size
42.5 MB
Last updated
4 days ago
docker pull zeroc/icestorm