Skip to content

agilesrc/centos-development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

centos-development

This is a simple image that has java, maven, c++, make and some other build tools. It also has the following mapped drives

/source - from the centos-java-maven image, this should point to local source code /M2_HOME - from the centos-java-maven image, this should point to the local .m2 folder if maven is going to be used

Example of usage with maven (see. dmvn)

docker run -it --rm -v `pwd`:/source -v ~/.m2:/M2_HOME agilesrc/centos-development mvn -f /source/pom.xml $*

Releases

No releases published

Packages

No packages published

Languages