The user management system build with tomcat7 used by EDGE.
363
The base image is centos:centos7.7.1908
Run the default Tomcat server (CMD ["/usr/sbin/init"]):
Depioy app:
$ docker run -d --privileged=true --security-opt "seccomp:unconfined" --cap-add=SYS_ADMIN --cap-add=SYS_PTRACE -v app.war:/var/lib/tomcat/webapps/ -p 8888:8080 bioedge/tomcat_um
You can then go to http://localhost:8888/app or http://host-ip:8888/app in a browser.
The configuration files are available in /usr/share/tomcat/conf/.
Server version: Apache Tomcat/7.0.76
Server built: Mar 17 2020 23:48:55 UTC
Server number: 7.0.76.0
OS Name: Linux
OS Version: 4.19.76-linuxkit
Architecture: amd64
JVM Version: 1.8.0_252-b09
JVM Vendor: Oracle Corporation
mysql Ver 15.1 Distrib 5.5.65-MariaDB, for Linux (x86_64) using readline 5.1
sendmail x86_64 8.14.7-6.el7
Content type
Image
Digest
Size
348.4 MB
Last updated
over 6 years ago
docker pull bioedge/tomcat_um