-
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
Incompatible with latest version of docker (since 1.12) #50
Comments
Hi @giftig I update local (boot2docker) enviroment to latest on one of my machines. Unfortunately I didn't manage to find the same error you got, but had a different one. I updated docker-java and tuned spotify executor a bit. I can't see passing hostConfig on container start anywhere. Could you please try to run
on latest My current env.
Tomorrow I might check on another machine with docker4mac |
@giftig where do I find this daemon log? Want to check if the issues we have on MacOS are related. |
@francisdb I'm not at the same machine I used at the moment to check, but I believe it was just /var/log/docker.log. May have been /var/log/docker/daemon.log. If it helps I was running docker natively in 64-bit linux (fedora 23). I'll double-check that path if needbe when I get home; it's my home desktop and I'm currently at work. |
Ah so this is not specific for MacOS then. |
Nothing to do with mac OS, no. I did try running my tests on a mac first and discovered them broken, but didn't investigate in that environment for long and looked into it more when I got home and tried it under fedora. I can't confirm the problem was the same on my mac as on my fedora machine, but since it seems to be related to the use of a deprecated feature, I'd be inclined to think it's cross-platform. |
should be fixed in 0.9.0-M6 |
Hmm my tests are still failing, but the error has changed in 0.9.0-M6 and the error I'm getting is a failure to connect to the redis server I'm having whisk start with docker. Very possibly a configuration problem my end since I originally wrote the tests for whisk version 0.6.x so I'll dig into it this evening and check nothing else is wrong. |
Yep, I've tried it in my linux environment and my tests are working just fine now under 0.9.0-M6. Pretty sure the connection issue was because I didn't take the virtual machine into account when using docker on a mac with docker-machine. Thanks for such a speedy fix! |
cool, thanks for update |
The docker daemon log shows me this:
I updated to the latest version available in the central repository (0.9.0-M5) but it didn't solve the problem. This has broken my test suite and I've had to disable components depending on this library so it'd be helpful if it were made compatible with docker >= 1.12.
The text was updated successfully, but these errors were encountered: