runtime-spec
runtime-spec copied to clipboard
OCI Runtime Specification
If a poststop hook run failed(maybe because the resource is still not ready to be recycled), we expect that the delete operation could fail and be retried util all poststop...
Poststart hooks exist in runc since 2015 [1], and since that time until today, if a hook returned an error, runc kills the container. In 2020, commit c1662686cff159 (PR #1008)...
I find poststart is in runc create stage
This uses FreeBSD jails to implement container isolation.
Add a parameter for enabling per-container resctrl monitoring. This supersedes the previous `enableCMT` and `enableMBM` settings whose functionality was very vaguely specified. Separate parameter for every monitoring metric does not...
Enable setting a NUMA memory policy for the container. New linux.mempolicy object contains inputs to the set_mempolicy(2) syscall.
While the original wording did not provide any justification for this, some runtimes have incorrectly treated a pids.limit value of 0 as being equivalent to "max" or otherwise handle it...
See commits for details.
We need to switch to `go.mod` I believe, as `go run .tool/doc-version.go` doesn't work anymore without a `go.mod`: ``` % make docs go run ./.tool/version-doc.go > version.md .tool/version-doc.go:11:2: no required...
I have been using runtime to update capabilities, but it has not been effective. I don't want to add the cap parameter when Docker starts, so I want it to...