dockerfile-maven
dockerfile-maven copied to clipboard
How to building Docker Image in Maven Project of multi-module
project structure: --parent ----subA ------pom.xml ----subB ------pom.xml ----pom.xml
How config above project with dockerfile-maven-plugin to building Docker Image?
At least from my point of view, this involves adding the plugin to the pom that builds the jar you're actually interested in running. So I guess it would depend on what the current output of your project is?
我也想知道,如何在多模块项目构建docker镜像,并推送到制定仓库