All Projects → mechero → spring-boot-hola-docker

mechero / spring-boot-hola-docker

Licence: other
Example of Dockerized Spring Boot application

Programming Languages

java
68154 projects - #9 most used programming language

Hola Docker with Spring Boot

Updated: Now the code uses Spring Boot 2 and Java 10.

This project shows you how to dockerize a Spring Boot application using a single Dockerfile or combining it with docker-compose.

The guide to build the code and understand the different alternatives is located at https://thepracticaldeveloper.com/2017/12/11/dockerize-spring-boot/.

Running the app with Docker

Make sure you generate first the .jar file by running:

mvn clean package

Then, you just need to execute:

docker-compose up

Note that there are two Dockerfiles in this repository. The Dockerfile-build not only runs the app in the container but also builds it using Maven. Check out the post for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].