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

[GitHub] nifi issue #2747: NIFI-5249 Dockerfile enhancements

Github user ottobackwards commented on the issue:

    https://github.com/apache/nifi/pull/2747
  
    So to test this?
    - mvn package
    - mvn package -P docker from nifi-docker
    - ???
    - docker run --rm -ti --entrypoint /bin/bash apache/nifi -c "env | grep NIFI" ? from nifi-docker dir?
    - docker run --rm -ti --entrypoint /bin/bash apache/nifi -c "find /opt/nifi ! -user nifi"  from nifi-docker dir?


---