Sign inSign up

probablyfine/flume

By probablyfine

Updated about 8 years ago

Self-contained Docker image containing Java and Apache Flume

Image
34

500K+

probablyfine/flume repository overview

Build Status Docker Build Status Docker Stars

docker-flume

Self-contained Docker image containing Java and Apache Flume

Usage

$ docker pull probablyfine/flume
$ docker run \
  --env FLUME_AGENT_NAME=docker \
  --volume /tmp/config.conf:/opt/flume-config/flume.conf \
  --detach \
  probablyfine/flume:latest

Note: the FLUME_AGENT_NAME environment variable and presence of /opt/flume-config/flume.conf on the image are required.

Building your own

Set up configuration directory and required environment variables in a Dockerfile

FROM probablyfine/flume
ENV FLUME_AGENT_NAME docker
ADD flume.conf /opt/flume-config/flume.conf

Build and run image

$ docker build -t my-flume-image .
$ docker run --detch my-flume-image

Tag summary

Content type

Image

Digest

sha256:82815021e

Size

207.7 MB

Last updated

about 8 years ago

docker pull probablyfine/flume