Skip to content

atharvanaphade/docker-spring-boot-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot and Docker

To run the application type the following commands.

docker image build . -t proj
docker container run -p 8080:8080 /var/run/docker.sock:/var/run/docker.sock -t proj

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published