-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Missing privileged support for docker container #234
Comments
Hi @jojo255 |
@rnorth I see implementation and feel that we really should move to 2.0 and traits :) |
Sadly we have a couple of flapping tests that fail more frequently on CircleCI - it's likely to be one of those :( |
@rnorth |
@jojo255 thanks for this, and sorry for taking such a long time to respond. This PR looks good to me so I'll merge. The Circle CI failure is, unfortunately, random and I'm thinking of disabling that for CI (Travis is serving us a bit better). Re 2.0, I think @bsideup was suggesting that this change is good justification for something we want to do in 2.0, but it doesn't have to wait until 2.0. I'm not sure about 2.0 release timeframe - likely early next year rather than this year. I'll merge and try and release ASAP, though. |
Released in 1.1.7 - sorry for the delay in getting this out. |
While I was using the GenericContainer I found a problem using it. There is the privileged option missing. Since I'm using a IBM DB2 in project in a docker container, I need that support of docker.
The text was updated successfully, but these errors were encountered: