runc icon indicating copy to clipboard operation
runc copied to clipboard

CLI tool for spawning and running containers according to the OCI specification

Results 255 runc issues
Sort by recently updated
recently updated
newest added

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...

area/cgroupv2
area/cgroupv1

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

impact/changelog
kind/feature

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....

status/needs-rebase

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...

area/systemd
kind/refactor
impact/changelog
status/needs-rebase

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,...

status/needs-rebase

This PR adds a fuzzer for the cgroup reader.

area/fuzz

This PR adds a fuzzer for securejoin. Signed-off-by: AdamKorcz

area/fuzz

This PR creates unifiedmanager with a cgroupconfig with fuzzed opts. Then 3 apis are called of which one includes a fuzzed config.

status/needs-rebase
area/fuzz

format the import package. The order of packages: system library, third party library, current project library