Docker Run -Enterrypoint Bash

docker run --entrypoint /usr/local/tomcat/entrypoint.sh tomcat:jre8 -a param1 -b param2
DreamCoder