Skip to content

Self-contained Docker image containing Java and Apache Flume 1.8 based on probablyfine/flume

License

Notifications You must be signed in to change notification settings

dormstd/dockerflume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Build Status

rruizs/dockerflume

Self-contained Docker image containing Java and Apache Flume 1.8 based on probablyfine/flume

Usage

$ docker pull rruizs/dockerflume
$ docker run \
  --env FLUME_AGENT_NAME=agent\
  --volume /tmp/config.conf:/opt/flume-config/flume.conf \
  --detach \
  rruizs/dockerflume: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 rruizs/dockerflume
ENV FLUME_AGENT_NAME <your_agent_name>
ADD flume.conf /opt/flume-config/flume.conf

Build and run image

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

About

Self-contained Docker image containing Java and Apache Flume 1.8 based on probablyfine/flume

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages