Docker image based on maven. Only runs maven command for serving application for development.
7.0K
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.
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
The only exposed port is 8080, the default Tomcat server port.
Content type
Image
Digest
Size
242.8 MB
Last updated
about 8 years ago
docker pull lrabbt/maven-spring-boot