-
Notifications
You must be signed in to change notification settings - Fork 1
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
not enough arguments in call to graphdriver.GetDriver #1
Comments
Are you building against docker/docker master? Can you try docker 1.12.1 first, I haven't pushed my update to fix this yet. I was trying to avoid vendoring docker so I could test different versions, but then one of the function interfaces changed :( |
What should I set GOPATH to? |
checkout the version in |
I guessed at this patch:
which got the tests to "work", though I don't have any confidence in them since I don't know what I added nil to. The test run gist is here (again, I don't know if the patch is sensible). |
Updated to compile with docker master |
environment:
The text was updated successfully, but these errors were encountered: