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 -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?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to