-
Notifications
You must be signed in to change notification settings - Fork 593
Closed
Description
The current Spec attempts to express exec functionality by splitting the container into a sandbox and a process. This split fails to address some of the use cases like as follows -
- Imposing additional resource restrictions on the exec process.
- Imposing alternate/additional security policy on the exec process.
It is proving to be difficult to represent all the use cases and also preserve the semantics around the sandbox and the process.
Have we considered representing exec as a separate container with a process? That separate container can share some parts of the existing container's sandbox.
IIRC, the Spec tried to represent exec as a separate container in the beginning, but I cannot recall when it diverged from the original plan.
Metadata
Metadata
Assignees
Labels
No labels