docker for tomcat with maven
427
Docker Tomcat with Maven
tomcat with maven的dockerfile文件
FROM cloudcube/tomcat-with-maven
docker run \
--name demo001 \
-d -p 18080:8080 \
-e "XMX=512m" \
-e "XMS=256m" \
-e "PERM_SIZE=128m" \
-e "MAX_PERM_SIZE=512m" \
-e "LOG_GC_FILE=/opt/tomcat/logs/gc.log"
cloudcube/tomcat-with-maven
默认值设置
Content type
Image
Digest
Size
338.3 MB
Last updated
about 9 years ago
docker pull cloudcube/tomcat-with-maven