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/icegridnodedocker pull ghcr.io/zeroc-ice/icegridnodeDockerfile linksIceGrid is a location and activation service for Ice applications.
icegridnode serviceUsing a configuration file:
docker run --detach --name some-icegridnode -v data:/var/lib/ice/icegrid -v /path/to/config/:/etc/icegridnode.conf:ro zeroc/icegridnode
Using command line arguments:
docker run --detach --name some-icegridnode zeroc/icegridnode -v data:/var/lib/ice/icegrid --IceGrid.Node.Name=MyNode --Ice.Default.Locator="IceGrid/Locator:tcp -h icegridregistry -p 4061"
Refer to the IceGrid documentation for more information on how to configure an IceGrid Node.
The IceGrid Node container stores its data in a Docker volume mounted at /var/lib/ice/icegrid.
Content type
Image
Digest
sha256:6150edbe0…
Size
39.2 MB
Last updated
5 days ago
docker pull zeroc/icegridnode:3.7