containers / containers/conmon-rs
Expose number of containers attached to a conmon-rs process
- Dominant language
- Rust
- Stars
- 254
- Forks
- 51
- Avg merge
- 4h 7m
- Merged PRs (30d)
- 21
Description
As part of the conmon-rs integration with podman, we need a way of querying conmon-rs to get the number of containers already attached to a single conmon-rs process.
This will help us determine whether to add a new container to an existing conmon-rs or to create a new conmon-rs process because we have reached the allowed limit.
Podman plans to keep a list of active conmon-rs processes so that we can go through those and query the number of containers attached to each one before making a decision.
Contributor guide
Research direction
Start by inspecting how conmon-rs tracks processes and the containers attached to each process, then review the stated Podman integration need for querying that state. Done means Podman can query a conmon-rs process and receive its current container count so it can enforce the attachment limit when choosing a process.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100