[GitHub] nifi issue #1372: NIFI-3260 Official Docker Image

2017-05-08 Thread gauravgoyal86
Github user gauravgoyal86 commented on the issue: https://github.com/apache/nifi/pull/1372 I have just tried using dumb-init now i am getting following three processes `15-096-Goyal:exanova-templates gaurav.goyal$ docker exec -it d053f9d31436 ps -ef PID USER

[GitHub] nifi issue #1372: NIFI-3260 Official Docker Image

2017-05-08 Thread gauravgoyal86
Github user gauravgoyal86 commented on the issue: https://github.com/apache/nifi/pull/1372 Hey @apiri Thanks for your quick response and creating a JIRA ticket I am using my custom docker image but i get the same this with generic docker image. We get 2 process

[GitHub] nifi issue #1372: NIFI-3260 Official Docker Image

2017-05-08 Thread gauravgoyal86
Github user gauravgoyal86 commented on the issue: https://github.com/apache/nifi/pull/1372 Thanks for nifi docker image!! I am using this docker image. i found 2 nifi.sh run processes running under nifi docker container `15-096-Goyal:exanova-templates gaurav.goyal$ docker

[GitHub] nifi pull request #1372: NIFI-3260 Official Docker Image

2017-01-20 Thread gauravgoyal86
Github user gauravgoyal86 commented on a diff in the pull request: https://github.com/apache/nifi/pull/1372#discussion_r96966952 --- Diff: nifi-docker/1.1.1/DockerRun.sh --- @@ -0,0 +1,3 @@ +#!/bin/bash +DOCKER_IMAGE="$(cat DockerImage.txt)" +docker run -it

[GitHub] nifi pull request #1372: NIFI-3260 Official Docker Image

2017-01-19 Thread gauravgoyal86
Github user gauravgoyal86 commented on a diff in the pull request: https://github.com/apache/nifi/pull/1372#discussion_r96966950 --- Diff: nifi-docker/1.1.1/DockerRun.sh --- @@ -0,0 +1,3 @@ +#!/bin/bash +DOCKER_IMAGE="$(cat DockerImage.txt)" +docker run -it