This guide uses Docker to run Apache Flume.
For Docker installation, see Docker.
Create a directory to store your configuration and compose files.
mkdir -p /opt/flume
cd /opt/flume
Define a container for Apache Flume.
services:
flume:
image: flume:latest
ports:
- "24224:24224"
Start the container in the background.
docker compose up -d
Any questions?
Feel free to contact us. Find all contact information on our contact page.