-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup steps unclear #7
Comments
Hi @ignasi35 It utilises configuration from docker-java library. With my boot2docker setup I have env variables:
And inside our ci server we use configuration without SSL
(We haven't tested it with communication through socket) |
That makes perfect sense. I was executing the tests on a console without any of the env_vars. I migrated recently from boot2docker to docker-machine and those are handled in a less explicit way. I can run all tests but I'm getting one or two test errors every now and then. They differ from one execution to the other, though. For example:
I'll review in more detail. See if I can isolate the cause (probably my environment again). |
No worries. Could you also pull latest changes |
Closing this. Steps are described in README now |
After cloning the repo I tried to run the tests to ensure my machine fulfilled all requirements. I can't seem to make any test in docker-it-scala pass. I suspect my docker-toolbox installation is somehow not ready to be used by docker-it-scala.
I've seen other issues where a DOCKER_HOST env_var may be set. I've tried 'https://192.168.99.100:2376' without any luck. Any pointers more than welcome.
The text was updated successfully, but these errors were encountered: