Basic and clean unofficial docker image for Apache NiFi
10K+
Basic and clean Docker image for Apache NiFi, based on Alpine and OpenJDK
## .
## ## ## ==
## ## ## ## ## ===
/"""""""""""""""""\___/ ===
~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~
\______ o NiFi __/
\ \ __/
\____\_______/
Dockerized single-host NiFi.
Deployment options out of the box:
All below volumes can be mounted to docker host machine folders or shared folders to easy maintain data inside them.
NiFi-specific:
The standard library has a built-in processor for an HTTP endpoint listener. That processor is named ListenHTTP. You should set the Listening Port of the instantiated processor to 8081 if you follow the instructions from above.
This image can either be used as a base image for building on top of NiFi or just to experiment with. I personally have not attempted to use this in a production use case.
Please use corresponding branches from this repo to play with code.
Ensure the following pre-requisites are met (due to some blocker bugs in earlier versions). As of today, the latest Docker Toolbox and Homebrew are fine.
(all downloadable as a single Docker Toolbox package as well)
xemuliam in serach boxnifi-base imageCreate buttonKitematic will assign all ports and you'll be able to run NiFi web-interface directly from Kitematic.
docker run -d -p 8080:8080 -p 8081:8081 -p 8443:8443 xemuliam/nifi-basedocker-machine ls http://192.168.99.100:8080/nifiContent type
Image
Digest
Size
1.4 GB
Last updated
over 7 years ago
docker pull xemuliam/nifi-base:1.9.2