docker-library/tomcat

How could i can set JAVA_OPTS in dockerfile?

Yogurt-lei opened this issue · 4 comments

How could i can set JAVA_OPTS in dockerfile?

thanks for your reply : )

sorry ,my description is not clear,I mean how to set the Java options of catalina.sh in the dockerfile :(,except use RUN sed -i -e "2iJAVA_OPTS=\"$JAVA_OPTIONS\"" $CATALINA_HOME/bin/catalina.sh

@wglambert
Thank you for your reply