Skip to content

mrgenco/springbootdocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example project showing how to dockerize a SpringBoot application

Make sure you have Docker installed and running on your environment.

$ docker -v

Navigate to the root project directory where Dockerfile exists

$ cd /springbootdocker

Build the image

$ docker image build -t springboot-image .

Run the container

$ docker container run --name springboot-container -p 8080:8080 springboot-image

About

Example project showing how to dockerize a SpringBoot application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published