Member since
01-20-2017
8
Posts
3
Kudos Received
0
Solutions
01-20-2017
03:49 PM
Hi Sunile,
Thanks for sharing the docker file. I have created my own docker file and running it on openstack VM following same docker run concept.
docker run -it --rm -p 8080-8081:8080-8081 sunileman/nifi1.1.0
It takes 7 minutes to open nifi GUI. Unable to understand why initialization takes so long ? Once docker container is started. I am doing docker stop nifi. it stops the container. Now docker start nifi start the container as i can check using docker ps. but i could not launch my nifi GUI and container vanishes after 7 minutes.
"
Attached herewith my Dockerfile and supporting script. nifi.tar.gz
... View more