Skip to content

VinodhThiagarajan1309/docker-artifacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Repo holds files that makes the Docker Image creation of a Java Maven Project simple

Follow these steps to create your Docker Image for your Java Maven Project

  1. First create a folder named docker in your src/main directory
  2. Place the Dockerfile in the directory. The file name is case sensitve
  3. Place the BuildDockerfile.groovy in the src/mains/scripts directory
  4. Open your project's pom.xml and add the contents of the section in the file dockerEnablingPlugins.xml in the plugins folder section of the XML
  5. Also using the tag is optional buts helps dynamic naming
  6. settings.xml file holds your docker hub ID and password, so that when you push it gets published in your dockerhub

About

Holds files that makes Docker Deployment easy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages