Daniel Monti
Results
1
comments of
Daniel Monti
Same problem here, using curl I get this: ``` $ curl http://10.0.0.61:4243/version {"Version":"17.09.0-ce","ApiVersion":"1.32","MinAPIVersion":"1.12","GitCommit":"afdb6d4","GoVersion":"go1.8.3","Os":"linux","Arch":"amd64","KernelVersion":"3.10.0-514.el7.x86_64","BuildTime":"2017-09-26T22:42:49.000000000+00:00"} ``` from gradle buildDocker: > > > Caused by: com.sun.jersey.api.client.ClientHandlerException: java.io.IOException: Stream Closed > at com.sun.jersey.client.apache4.ApacheHttpClient4Handler.handle(ApacheHttpClient4Handler.java:184) >...