Sign inSign up

zeroc/glacier2

By zeroc

Updated 4 days ago

ZeroC Glacier2 service.

Image
6

10K+

zeroc/glacier2 repository overview

Quick reference

What is Glacier2?

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

How to use this image

Start glacier2 service

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

Tag summary

Content type

Image

Digest

sha256:72711fe7d

Size

41.7 MB

Last updated

4 days ago

docker pull zeroc/glacier2