Sign inSign up

jeffail/benthos

By jeffail

Updated over 2 years ago

A stream processor for mundane tasks https://www.benthos.dev/

Image
5

5M+

jeffail/benthos repository overview

Docker image for Benthos

Run

# Using a config file
docker run --rm -v /path/to/your/config.yaml:/benthos.yaml jeffail/benthos

# Using a series of -s flags
docker run --rm -p 4195:4195 jeffail/benthos \
  -s "input.type=http_server" \
  -s "output.type=kafka" \
  -s "output.kafka.addresses=kafka-server:9092" \
  -s "output.kafka.topic=benthos_topic"

Tag summary

Content type

Image

Digest

sha256:7949a2219

Size

44.3 MB

Last updated

over 2 years ago

docker pull jeffail/benthos