Hi @wide-mechanic-33041 My dev setup is on virtual but once the code is built I'm moving the artifact to local and running i.e., move the package to windows laptop(local) and run it using rancher
I am getting below error
Exception in thread "main" java.lang.RuntimeException: org.mandas.docker.client.exceptions.DockerException: javax.ws.rs.ProcessingException: org.apache.http.conn.HttpHostConnectException: Connect to localhost:2375 [localhost/127.0.0.1, localhost/0000000:1] failed: Connection refused: getsockopt
at com.cerner.alva.internal.DockerUtil.handleDockerException(DockerUtil.java:171)
at com.cerner.alva.internal.DockerUtil.buildImage(DockerUtil.java:124)
at com.cerner.alva.internal.DockerGenerator.buildImage(DockerGenerator.java:287)
at com.cerner.alva.LoneWolf.generate(LoneWolf.java:212)
at com.cerner.alva.LoneWolf.execute(LoneWolf.java:173)
at com.cerner.alva.LoneWolf.main(LoneWolf.java:106)
Caused by: org.mandas.docker.client.exceptions.DockerException: javax.ws.rs.ProcessingException: org.apache.http.conn.HttpHostConnectException: Connect to localhost:2375 [localhost/127.0.0.1, localhost/0000000:1] failed: Connection refused: getsockopt