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/glacier2docker pull ghcr.io/zeroc-ice/glacier2Dockerfile linksGlacier2 allows you to securely route Ice communications across networks, such as the public Internet and a private network behind a firewall. With Glacier2, you only need to open one port in your firewall to make multiple back-end Ice servers reachable by remote Ice clients on the Internet. These clients and servers can be on their own local networks behind firewalls and NATs - you don't need to worry about translating addresses and ports as Glacier2 handles all this for you.
glacier2 serviceUsing a configuration file:
docker run --detach --name glacier2router -p 4063:4063 -v /path/to/config:/etc/glacier2router.conf:ro zeroc/glacier2
Using command line arguments:
docker run --detach --name glacier2router -p 4063:4063 zeroc/glacier2
Refer to the Glacier2 documentation for more information on how to configure Glacier2.
Content type
Image
Digest
sha256:72711fe7d…
Size
41.7 MB
Last updated
4 days ago
docker pull zeroc/glacier2