Image Overview: apache-nifi

Overview: apache-nifi Chainguard Image

Apache NiFi was made for dataflow. It supports highly configurable directed graphs of data routing, transformation, and system mediation logic.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/apache-nifi:latest

Usage

To get started with Chainguard’s NiFi image, run it with Docker:

docker run -p 8443:8443 --name nifi cgr.dev/chainguard/apache-nifi:latest

NiFi will take a moment to start. Once it is finished, you’ll see a message stating the Web UI is available:

NiFi has started. The UI is available at the following URLs

To obtain the username and password, check the Docker logs:

docker logs nifi | grep Generated

You can now access the Web UI at localhost:8443.

A user guide for NiFi can be found here.

Last updated: 2024-06-11 00:42