-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add CAP prefix for capabilities #257
Conversation
@LK4D4 @crosbymichael @dqminh ping |
It's sorta breaking change for libcontainer :) Also capability library using words without |
@LK4D4 One option is to allow it in the config but strip it out while passing to libcontainer for now. |
Or maybe we can accept both. Detect if the old caps are started with |
LGTM |
Signed-off-by: Mrunal Patel <[email protected]>
Signed-off-by: Mrunal Patel <[email protected]>
Rebased @LK4D4 ping. |
If we merge this, we will still require a compatibility layer in docker to add |
@dqminh Yes, but I think that should be okay given all the other changes that we have made. @crosbymichael can correct me. |
LGTM |
1 similar comment
LGTM |
Example lists "root' but text mentions "bundlePath"
See opencontainers/runtime-spec#160
Signed-off-by: Mrunal Patel [email protected]