-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Labels
area/runtimeRuntimeRuntimekind/featureFunctionality or other elements that the project doesn't currently have. Features are new and shinyFunctionality or other elements that the project doesn't currently have. Features are new and shiny
Description
Description
Now that cgroup namespace support has been added to runc, I'd like to add support to docker. I'm happy to do the work, but I'd like some input as to which of these approaches would work the best:
- Always enable cgroup namespaces for all containers, provided that the currently running kernel supports it.
- Enable for all containers, but only when the docker daemon was started with a flag to enable it (similar behaviour to
--userns-remap). - Enable cgroup namespaces per-container (not for all containers), by passing a flag at container start time.
Thoughts?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/runtimeRuntimeRuntimekind/featureFunctionality or other elements that the project doesn't currently have. Features are new and shinyFunctionality or other elements that the project doesn't currently have. Features are new and shiny