Skip to content

Latest commit

 

History

History
 
 

war

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Java WAR Sample Application

Building

pack build applications/war

Running

docker run --rm --tty --publish 8080:8080 applications/war

Viewing

curl -s http://localhost:8080/actuator/health | jq .