Sign inSign up

loggregator/agent

By loggregator

•Updated almost 8 years ago

The Agent collects messages and sends them to Routers.

Image
0

1M+

loggregator/agent repository overview

⁠Usage

  • You must tell the agent where to find the routers via the ROUTER_ADDR environment variable.
  • You must provide TLS certificates and keys for the agent via a volume mount.

For example:

docker run \
    --detach \
    --env "ROUTER_ADDR=router:8082" \
    --volume "$PWD/loggregator-certs:/srv/agent/certs:ro" \
    loggregator/agent

Tag summary

Content type

Image

Digest

Size

8.8 MB

Last updated

almost 8 years ago

docker pull loggregator/agent