Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FROM SPRING BOOT WAR TO DOCKER IMAGE

This is a Spring Boot Web Application creates from a Docker image. The Web App uses Primefaces vs 5.0

  1. The Maven Plugin for Docker used is called fabric8 (spottify is another one)
  2. Docker file uses a predefined Tomcat version, instead of the Spring Boot Default
  3. Build the image: $> mvn clean install -Dmaven.test.skip=false docker:build
  4. Run the image as viewing the logs: $> docker run -p 8080:8080 --name mywebapp adminconsole
  5. Open your browser at http://<YOUR_IP_ADDRESS>:8080/myebapp

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages