dockerHost提取

This commit is contained in:
macro
2019-11-24 15:03:55 +08:00
parent bd62c03352
commit 78e8986120
2 changed files with 2 additions and 1 deletions

View File

@@ -62,7 +62,7 @@
<!--</executions>-->
<!--<configuration>-->
<!--<imageName>mall/${project.artifactId}:${project.version}</imageName>-->
<!--<dockerHost>http://192.168.3.101:2375</dockerHost>-->
<!--<dockerHost>${docker.host}</dockerHost>-->
<!--<baseImage>java:8</baseImage>-->
<!--<entryPoint>["java", "-jar", "-Dspring.profiles.active=prod","/${project.build.finalName}.jar"]-->
<!--</entryPoint>-->