Add 'laughing-octo/' from commit 'ee815e9ccc
'
git-subtree-dir: laughing-octo git-subtree-mainline:264531c268
git-subtree-split:ee815e9ccc
This commit is contained in:
commit
d59b1af998
17 changed files with 1433 additions and 0 deletions
10
laughing-octo/fedora-tomcat7/Dockerfile
Normal file
10
laughing-octo/fedora-tomcat7/Dockerfile
Normal file
|
@ -0,0 +1,10 @@
|
|||
FROM fedora:20
|
||||
|
||||
RUN curl http://mirrors.gigenet.com/apache/tomcat/tomcat-7/v7.0.53/bin/apache-tomcat-7.0.53.tar.gz | tar zx && mv apache-tomcat-7.0.53 tomcat
|
||||
RUN yum install -y java && rm -rf /var/cache/yum
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
VOLUME ["/tomcat/webapps","/tomcat/logs"]
|
||||
|
||||
CMD /tomcat/bin/startup.sh && tail -f /tomcat/logs/catalina.out
|
Loading…
Add table
Add a link
Reference in a new issue