Sign inSign up

zeroc/icestorm

By zeroc

Updated 4 days ago

ZeroC IceStorm service.

Image
5

10K+

zeroc/icestorm repository overview

Quick reference

What is IceStorm?

IceStorm is a publish-subscribe event distribution service that helps you create push applications using the Ice RPC framework.

How to use this image

Start icestorm service

From 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.

Data volume

The IceStorm container stores its data in a Docker volume mounted at /data.

Tag summary

Content type

Image

Digest

sha256:bc2d02759

Size

42.5 MB

Last updated

4 days ago

docker pull zeroc/icestorm