Skip to content

A basic tomcat docker image based on OpenJDK

Notifications You must be signed in to change notification settings

dmitsuo/docker-tomcat-1

 
 

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 https://localhost to see the tomcat page.

About

A basic tomcat docker image based on OpenJDK

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 92.2%
  • Shell 7.8%