You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by abinet <gi...@git.apache.org> on 2018/01/29 08:57:06 UTC

[GitHub] nifi-registry issue #89: NIFIREG-120 Basic Docker Image Support

Github user abinet commented on the issue:

    https://github.com/apache/nifi-registry/pull/89
  
    Just some remark.
    This code in ./nifi-registry-docker/dockerhub/sh/start.sh
    
    ```
    # Establish baseline properties
    prop_replace 'nifi.registry.web.http.port'      '18080'
    prop_replace 'nifi.registry.web.http.host'     "${hostname}"
    ```
    
    will prevent properly running nifi-registry container in https mode. So maybe it is better to copy the complete approach from apache/nifi with running the secure.sh script
    
    https://github.com/apache/nifi/blob/8bdc2910e1e0da4e49dd45123327b4b1d37ca640/nifi-docker/dockerhub/sh/start.sh#L30
    



---