1 Star 0 Fork 8

austin/bingo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Dockerfile 794 Bytes
一键复制 编辑 原始数据 按行查看 历史
javamonkey@163.com 提交于 2015-06-26 11:09 . try .
FROM sdd330/alpine-oraclejdk7
MAINTAINER Yang Leijun <yang.leijun@gmail.com>
ENV TOMCAT_VERSION 7.0.59
RUN curl \
--silent \
--location \
--retry 3 \
--cacert /etc/ssl/certs/ca-certificates.crt \
"https://archive.apache.org/dist/tomcat/tomcat-7/v${TOMCAT_VERSION}/bin/apache-tomcat-${TOMCAT_VERSION}.tar.gz" \
| gunzip \
| tar x -C /usr/ \
&& mv /usr/apache-tomcat* /usr/tomcat
VOLUME /usr/tomcat/webapps
# SET CATALINE_HOME and PATH
ENV CATALINA_HOME /usr/tomcat
ENV JMX false
ENV JMX_PORT 9004
ENV JMX_HOSTNAME localhost
ENV DEBUG_PORT 8000
ENV PERM 128m
ENV MAXPERM 256m
ENV MINMEM 128m
ENV MAXMEM 512m
ENV PATH $PATH:$CATALINA_HOME/bin
ADD setenv.sh $CATALINA_HOME/bin/
RUN chmod +x $CATALINA_HOME/bin/setenv.sh
EXPOSE 8080 9004 8000
CMD ["catalina.sh", "run"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cubic/bingo.git
git@gitee.com:cubic/bingo.git
cubic
bingo
bingo
master

搜索帮助