Sign inSign up

lmldocker/linux-labolida

By lmldocker

•Updated almost 5 years ago

Ubunto + JRE 8 + Tomcat 7 -- by labolida.com

Image
0

10K+

lmldocker/linux-labolida repository overview

⁠Ubuntu, Tomcat 7 and JDK 8 - with native manager application

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

Tag summary

Content type

Image

Digest

Size

96.2 MB

Last updated

almost 5 years ago

docker pull lmldocker/linux-labolida