[
https://issues.apache.org/jira/browse/NIFI-3260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15830674#comment-15830674
]
ASF GitHub Bot commented on NIFI-3260:
--------------------------------------
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 -d -p 8080:8080 -p 8181:8181 $DOCKER_IMAGE
--- End diff --
Do we have to execute following command every time we want to start nifi
docker instance?
docker run -it -d -p 8080:8080 -p 8181:8181 $DOCKER_IMAGE
or once docker container is created, we can do docker stop and docker start.
i am trying that with my docker container. It works well with docker run.
but it does work well with docker stop and docker start.
Can you try that?
> Official Docker Image
> ---------------------
>
> Key: NIFI-3260
> URL: https://issues.apache.org/jira/browse/NIFI-3260
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Tools and Build
> Reporter: Jeremy Dyer
> Assignee: Jeremy Dyer
> Labels: docker
> Fix For: 1.2.0
>
>
> This JIRA is for setting up a Docker folder structure within the NiFi source
> code as discussed in the dev mailing list at
> https://lists.apache.org/thread.html/e905a559cb01b30f1a7032cec5c9605685f27a65bdf7fee41b735089@%3Cdev.nifi.apache.org%3E
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)