I’d like to deny ability for some users (or every users but not root) to run container with docker run --privileged or --cap-add ?
I have search a lot but don’t find any solution.
I looked at twistlock Authz but it seems to be able to permit or deny use of docker run command but not more.
Is someone have an idea ?
Docker 1.10 did lay the groundwork with its --authorization-plugin feature. Currently, there’s no authentication/authorization support in 1.10 to differentiate permissions by user. You can do something like "disallow all use of the --privileged flag.