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 has been 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
The text was updated successfully, but these errors were encountered:
Did you get any answer for it? I was under impression that you cannot define DOCKER_HOST in POM.xml and used by env config of the docker client, but it would be cool if we could define it in pom.xml (LIke the spotify/docker-maven-plugin).
DOCKER_HOST=http://xxx.xxx.253.62:2375 mvn clean package dockerfile:build it's ok.
export DOCKER_HOST=tcp://xxx.xxx.253.62:2375
mvn clean package dockerfile:build but it's fail, not pass on image to docker host, why?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
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
The text was updated successfully, but these errors were encountered: