avijitsarkar123 / sample-springboot-app

Spring Boot with Docker :: Learn how to create a Docker container from a Spring Boot application with Maven or Gradle

Home Page:https://spring.io/guides/gs/spring-boot-docker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build the application

./mvnw clean install

Build docker image

./mvnw dockerfile:build

Push the docker image to registry

./mvnw dockerfile:push

About

Spring Boot with Docker :: Learn how to create a Docker container from a Spring Boot application with Maven or Gradle

https://spring.io/guides/gs/spring-boot-docker/


Languages

Language:Java 88.1%Language:Dockerfile 11.9%