Apache Tomcat docker image v8.5.40
You can use the shipped Makefile to build the image,
example:
make allAvailable arguments:
- build: build the docker image
- tag_latest: tag version to latest version
- all: apply build and tag_latest
Or you can build the docker image by:
docker build -t bdi/my-tomcat:latest .docker run -ti -p 8080:8080 bdi/my-tomcat- 8080 : HTTP listening port
tomcat1:
image: bdi/my-tomcat
ports:
- "8080:8080"