dockerHost提取

This commit is contained in:
macro 2019-11-24 15:05:41 +08:00
parent 78e8986120
commit c34ddaea72
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,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>-->

View File

@ -56,7 +56,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>-->