Github user kaelumania commented on a diff in the pull request:

    https://github.com/apache/flink/pull/3086#discussion_r95383742
  
    --- Diff: flink-contrib/docker-flink/docker-entrypoint.sh ---
    @@ -36,9 +39,9 @@ elif [ "$1" == "taskmanager" ]; then
         echo "Starting Task Manager"
         echo "config file: " && grep '^[^\n#]' $FLINK_HOME/conf/flink-conf.yaml
         $FLINK_HOME/bin/taskmanager.sh start
    +
    +  # prevent script to exit
    +  tail -f /dev/null
     else
         $@
    --- End diff --
    
    When this image is used as a one-off container, e.g. I want to run 
`bin/flink list`, then this line would prevent the one-off container to exit 
correctly - instead it would hang forever.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to