Skip to content

Sdokhale9229/spring-boot-docker-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Spring Boot with Docker Application#

Build the image using the following command

$ docker build -t spring-boot-rest-api .

Run the Docker container using the command shown below.

$ docker run -d -p 8080:8080 spring-boot-rest-api

The application will be accessible at http://localhost:8080/

About

spring-boot-docker-app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 91.4%
  • Dockerfile 8.6%