Skip to content

Simple docker image with war's download mechanism on start

Notifications You must be signed in to change notification settings

luismoramedina/docker-tomcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Docker tomcat

Simple docker image with war’s download mechanism on start

Use

docker build . -t tomcat8webwar docker run -p 7777:8080 -e ARTIFACT_URL=http://web/mywar.war tomcat8webwar open http://localhost:7777/mywar

TODO

  1. error handling on download

About

Simple docker image with war's download mechanism on start

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages