Skip to content

terrestris/docker-tomcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

A tomcat docker image

Based on openjdk:8-jdk-alpine:

  • Alpine Linux
  • OpenJDK 8
  • Tomcat 8.5

How to build?

docker build -t {YOUR_TAG} .

How to quickstart?

docker run -it -p 80:8080 {YOUR_TAG}

Check http://localhost to see the tomcat page.