Sign inSign up

loggregator/router

By loggregator

•Updated almost 8 years ago

The Router routes messages.

Image
0

1M+

loggregator/router repository overview

⁠Usage

  • You should publish the gRPC API port 8082.
  • You must provide TLS certificates and keys for the router via a volume mount.

For example:

docker run \
    --detach \
    --publish 8082:8082 \
    --volume "$PWD/loggregator-certs:/srv/router/certs:ro" \
    loggregator/router

Tag summary

Content type

Image

Digest

Size

9.2 MB

Last updated

almost 8 years ago

docker pull loggregator/router