containers / containers/crun

Multiple containers in the same cgroup

Open
#716 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
4.1k
Forks
444
Avg merge
1d 18h
Merged PRs (30d)
43

Description

It seems that crun has the same set of issues as https://github.com/opencontainers/runc/issues/3132

Using config.json with `cgroupPath` set:

```console
# crun run -d s3
# crun run -d s4
# crun list
NAME PID STATUS BUNDLE PATH
s3 245092 running /home/kir/git/runc/tst
s4 245107 running /home/kir/git/runc/tst
# diff -u /proc/{245092,245107}/cgroup
(same cgroup)
# crun pause s3
# crun list
NAME PID STATUS BUNDLE PATH
s3 245092 paused /home/kir/git/runc/tst
s4 245107 paused /home/kir/git/runc/tst
(both paused)
root@ubu2004:/home/kir/git/runc/tst# crun run -d s5
(hung)
```

Can we discuss it at https://github.com/opencontainers/runc/issues/3132 @giuseppe?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.