Ubunto + JRE 8 + Tomcat 7 -- by labolida.com
10K+
If you need a simple Java J2EE (web server) with JRE 8, this is it.
From Ubuntu sysop, we added a Tomcat 7 and did not delete the default projects that use to come with it. So, you will be able to deploy using the basic "manager".
If you want to start the server on port 70:
docker run --name ccc -p 70:8080 --rm lmldocker/linux-labolida
then
http://127.0.0.1:70/manager/html
If you don't want delete container at the end, just remove the "--rm" command:
docker run --name ccc -p 70:8080 --rm lmldocker/linux-labolida
Content type
Image
Digest
Size
96.2 MB
Last updated
almost 5 years ago
docker pull lmldocker/linux-labolida