Actions
Privileged containers » History » Revision 1
Revision 1/3
| Next »
Peter Amstutz, 03/22/2017 06:18 PM
Privileged containers¶
Proposal: admins can submit containers than run with elevated privileges. This will allow for certain operations such as Docker-in-Docker that are disallowed with normal container privileges.
Design¶
In the container request:
"runtime_constraints": { "privileged": true }
The effective user associated with container request must be an admin, otherwise the container request will be rejected.
crunch-run executes container with "Privileged: true"
Updated by Peter Amstutz almost 8 years ago · 3 revisions