-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Capability not found #1949
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
Labels
Milestone
Comments
thanks for reporting this @jmformenti ! would you like to contribute? |
Yes, of course, I'll try to create a new PR |
Opened PR #1955 |
@eddumelendez can we publish a new version (or at least an RC) now that #1955 has been merged? We are hitting this as well |
it was released as part of 3.2.14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are getting this exception trying to run a container:
According to docker docs: https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities, it exists more possible values.
I think that to fix the error just need to add the missing values to
com.github.dockerjava.api.model.Capability
.Would be possible add the missing values?
The text was updated successfully, but these errors were encountered: