Skip to content

SimpliLearn Course-end Project: SpringBoot Containerization with Caching

Notifications You must be signed in to change notification settings

ralfbergs/MavenBuild

 
 

Repository files navigation

HelloWorld Servlet example with corresponding Dockerfile

Use Maven Build first to create war file in Target folder.

mvn clean package

Artifact will be created in target folder.

docker build -t mavenbuild .

Once this is done u will be see image using docker image

Use below command to run the container

docker run -d -p 8080:8080 --name dockercontainer mavenbuild

About

SimpliLearn Course-end Project: SpringBoot Containerization with Caching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.7%
  • Dockerfile 1.3%