Last active
October 10, 2019 16:08
-
-
Save onefoursix/06325e67a44fdd4c233bfc98b7cc1e13 to your computer and use it in GitHub Desktop.
sdc-docker-openshift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM streamsets/datacollector:3.11.0 | |
RUN sudo chgrp -R 0 /etc/sdc /logs /data /resources /opt/streamsets-datacollector-3.11.0 && sudo chmod -R g=u /etc/sdc /logs /data /resources /opt/streamsets-datacollector-3.11.0 | |
RUN sudo sed -i 's/http.realm.file.permission.check=true/http.realm.file.permission.check=false/' /etc/sdc/sdc.properties |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment