arquillian / arquillian-cube

Control (docker, kubernetes, openshift) containers in your tests with ease!
http://arquillian.org/arquillian-cube/
120 stars 98 forks source link

boot2docker in Windows 10 #1012

Open synergiator opened 6 years ago

synergiator commented 6 years ago

I have tried the example (native Windows client Docker 1.17.01-ce):

https://github.com/aslakknutsen/arquillian-example-cube-helloworld

However, in the stack trace I see that the component tries to find the executable boot2docker.

Is it possible to tell the plugin to use the native client?

kdaemonv commented 6 years ago

Go to settings of docker and set the checkbox "Expose daemon ..." image

Then use that address "tcp://localhost:2375" in arquillian.xml like this `

tcp://localhost:2375
</extension>

`