-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Restrict container from acquiring additional privileges #22862
Comments
@anshupande Please provide the output of |
core@ip-10-74-131-107 sandbox-ap-us-east-1a-control ~ $ docker info
|
This feature was not in docker 1.9, I think it was only added in 1.11. |
ok..thanks |
Yep, 1.11. Sorry :( |
As per this PR: #20727
I tried testing
docker run -it --rm --security-opt=no-new-privileges fedora bash
but it fails:Error response from daemon: Invalid --security-opt: "no-new-privileges"
The text was updated successfully, but these errors were encountered: