Creating Container Images for Spring Boot Applications: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
* [[Spring_Boot#Subjects|Spring Boot]]
* [[Spring_Boot#Subjects|Spring Boot]]
=Overview=
=Overview=
This article describes the steps required to create a  
This article describes the steps required to create a Docker container image for a Spring Bool application. It assumes that required steps from [[Writing_a_REST_Service_with_Spring_Boot#Overview|Writing a REST Service with Spring Boot]] have been performed already.
 
 


=Organizatorium=
=Organizatorium=

Revision as of 01:47, 8 February 2022

External

Internal

Overview

This article describes the steps required to create a Docker container image for a Spring Bool application. It assumes that required steps from Writing a REST Service with Spring Boot have been performed already.

Organizatorium

./gradlew bootBuildImage --imageName=ovidiufeodorov/smoke