runc
runc copied to clipboard
CLI tool for spawning and running containers according to the OCI specification
Trying to set cpuset.cpus of a cgroup so that cpus of a child is not a subset of cpus of the cgroup causes an error (device or resource busy). New...
Hi Team, Following PR allows users to configure execution domain via `syscall.SYS_PERSONALITY`. Valid inputs supported via spec are limited to `LINUX` and `LINUX32`. References: https://man7.org/linux/man-pages/man2/personality.2.html https://raw.githubusercontent.com/torvalds/linux/master/include/uapi/linux/personality.h
The goal in the runtime spec is to unmount container mounts created during container create processing. Below shows an example case where mounts persist on the host after container delete....
extracted from https://github.com/opencontainers/runc/pull/2966 See individual commits for details
Running under systemd requires lots of special code that contributes to ca. 10 percent (ca. 1 MB) to the binary size. This is only needed on targets that might run...
relates to https://github.com/opencontainers/runc/issues/2627 golint is scoring pretty low currently, because many exported functions and variables are missing a well-formatted GoDoc comment: https://goreportcard.com/report/github.com/opencontainers/runc Ran inside a container (ignoring the CGO issues,...
This PR creates unifiedmanager with a cgroupconfig with fuzzed opts. Then 3 apis are called of which one includes a fuzzed config.
format the import package. The order of packages: system library, third party library, current project library