Example of a Spring Boot Application with automated Docker images generation. Watch the Slides for more info!
mvn package
docker-compose up -d
docker-compose down && \
mvn clean package && \
docker-compose build --no-cache && \
docker-compose up -d
To see the logs you can go to localhost:9000 and access with credentials admin/admin.