Creating Container Images for Spring Boot Applications

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

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.

Quick Test

A Docker image can be created with:

./gradlew bootBuildImage --imageName=ovidiufeodorov/smoke

Organizatorium