Sign inSign up

lrabbt/maven-spring-boot

By lrabbt

•Updated almost 8 years ago

Docker image based on maven. Only runs maven command for serving application for development.

Image
0

7.0K

lrabbt/maven-spring-boot repository overview

⁠Maven Spring Boot

⁠Objective

This image will get the application you pass to its volume and deploy it in spring-boot's embedded container. The container's idea is not to provide spring-boot nternally, but instead, use you pom.xml to resolve spring boot deendency.

⁠Usage

To run the container, you'll need to run in your terminal:

docker run -d -v <your project s path>:/app -p 8080:8080 lrabbt/maven-spring-boot

⁠Volumes

  • /app - Default application folder

⁠Ports

The only exposed port is 8080, the default Tomcat server port.

Tag summary

Content type

Image

Digest

Size

242.8 MB

Last updated

about 8 years ago

docker pull lrabbt/maven-spring-boot