Skip to content

hugeinc/spring-boot-docker-hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPRING BOOT AND DOCKER

Installation

  • Build the application
cd spring-boot-docker-hello-world
mvn clean install
cd target 
docker build -t spring-boot-docker-hello-world .
  • Deploy the Docker Container
docker images
docker run -p 8080:8080 <image id>

Check it

Open a browser: http://localhost:8080

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%