runc icon indicating copy to clipboard operation
runc copied to clipboard

runc container cli tools

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

This is a backport of upstream PRs: * opencontainers/runc#3390 * opencontainers/runc#3580 * ~~opencontainers/runc#3581~~ * opencontainers/runc#3640 (for CI) * opencontainers/runc#3588 to rhaos-4.11 branch (which is a copy of release-1.1 branch from...

This is a backport of upstream https://github.com/opencontainers/runc/pull/2812 to rhaos-4.6 branch, as requested by @haircommander. A few not-too-relevant commits were omitted.

Cherry-pick of https://github.com/opencontainers/runc/pull/2941 into 4.8 Refers to https://github.com/projectatomic/runc/pull/51

This is a backport of an upstream fix for: https://github.com/opencontainers/selinux/commit/fd7b61c28f9e134d36a5911eb1550f2704e4bf8e Currently if we have an error in the options, we will leak and allocated SELinux label. This change will release...

There bugs in kmem in centos 7.x, may be fixed on upcomming 7.8. `kmem` should be disabled in default now. There is a upstream [patch](https://github.com/opencontainers/runc/pull/1921) has implemented this, we should...

Intelrdt is already supported in the kernel of centos7.6 Is there a plan to support intelrdt in runc? https://github.com/opencontainers/runc/issues/433 https://github.com/opencontainers/runc/issues/1596

Graceful shutdown and kill with SIGRTMIN..SIGRTMAX don't work. https://github.com/moby/moby/issues/36219 https://github.com/opencontainers/runc/pull/1706 I found this problem in the actual scene, I hope to fix this bug.

When trying to use buildah to build an image using the PPA packages for ubuntu, the "runc" comand is not found and the build aborts. The cri-o-runc package contains the...

It seems that running kubelet with runc makes it impossible to access container stats. ```sh May 31 07:24:05 atomictest-4 runc[3945]: E0531 07:24:05.036706 3953 summary.go:92] Failed to get system container stats...