You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2022. It is now read-only.
when I exec DOCKER_HOST=http://39.101.163.100:2375 mvn clean package , it's ok!
when I exec mvn clean package ,it's error!
十月 29, 2020 5:08:51 下午 com.spotify.docker.client.shaded.org.apache.http.impl.execchain.RetryExec execute
信息: I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
I want to add 'DOCKER_HOST' in my pom.xml,What should I do?Thanks
I referred to this address
my plugin info:
when I exec
DOCKER_HOST=http://39.101.163.100:2375 mvn clean package, it's ok!when I exec
mvn clean package,it's error!十月 29, 2020 5:08:51 下午 com.spotify.docker.client.shaded.org.apache.http.impl.execchain.RetryExec execute
信息: I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
I want to add 'DOCKER_HOST' in my pom.xml,What should I do?Thanks