Add exec rlimit support to containerd
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
e637c1ea80
commit
a4844a68a6
4 changed files with 226 additions and 196 deletions
|
@ -5,4 +5,5 @@ import ocs "github.com/opencontainers/specs/specs-go"
|
|||
type (
|
||||
ProcessSpec ocs.Process
|
||||
Spec ocs.Spec
|
||||
Rlimit ocs.Rlimit
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue