aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2001f987..cea95eb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -767,7 +767,7 @@
<artifactId>docker-maven-plugin</artifactId>
<version>1.1.0</version>
<configuration>
- <dockerHost>tcp://localhost:2375</dockerHost>
+ <dockerHost>http://localhost:2375</dockerHost>
<imageName>onap/clamp</imageName>
<dockerDirectory>src/main/docker</dockerDirectory>
<serverId>docker-hub</serverId>