Sign inSign up

iabhi/tomcat-alpine

By iabhi

Updated almost 9 years ago

Tomcat 8.5.23 alpine with jdk 1.8.131

Image
1

289

iabhi/tomcat-alpine repository overview

Tomcat 8.5.23 build on latest alpine release and JDK 1.8.131


To test this container run:
$ docker run -p9090:8080 --rm -it iabhi/tomcat-alpine:8.5.23

Tomcat 8.5.15 build on latest alpine release and JDK 1.8.131


To test this container run:
$ docker run -p9090:8080 --rm -it iabhi/tomcat-alpine:8.5.15

Check if application is up and running.
$ curl -iI http://localhost:9090
HTTP/1.1 200 
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Date: Thu, 20 Jul 2017 08:07:16 GMT

Note
  • Port 8080 is exposed inside the container you may want to use any other available port to tunnel the application to your host machine.

Tag summary

Content type

Image

Digest

Size

89.8 MB

Last updated

almost 9 years ago

docker pull iabhi/tomcat-alpine:8.5.23