Skip to content

This is an repository that shows how to set up automated docker images from a spring project

License

Notifications You must be signed in to change notification settings

ankitech/spring-docker-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-docker-setup

This is an repository that shows how to set up automated docker images from a spring project

To build image:

./mvnw clean package docker:build

To build and Push image :

./mvnw clean package docker:build verify docker:push

To Run image :

./mvnw docker:run

About

This is an repository that shows how to set up automated docker images from a spring project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published