Skip to content

Containerizing a Spring Boot application using Multistaged Build with Docker

Notifications You must be signed in to change notification settings

fcesur/spring-boot-containerize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Containerizing a Spring Boot application using Multistaged Build with Docker

Steps to run the application:

  1. Building an image with Docker:
docker buildx build -t <<<any tag you want>>> .
  1. Run the image:
docker run -it -p 8080:8080 <<<tag you specified>>>

Thats all !

About

Containerizing a Spring Boot application using Multistaged Build with Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published