软件包:crio-backend-conmonrs(0.7.3+elxr13ds1-0elxr13u1)
crio-backend-conmonrs 的相关链接
下载源码包 conmon-rs:
- [conmon-rs_0.6.6-0elxr13u1.debian.tar.xz]
- [conmon-rs_0.6.6-0elxr13u1.dsc]
- [conmon-rs_0.6.6.orig.tar.gz]
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
An OCI container runtime monitor used by CRI-O as backend
A pod level OCI container runtime monitor used by CRI-O as backend.
The goal of this project is to provide a container monitor in Rust. The scope of conmon-rs encompasses the scope of the c iteration of conmon, including daemonizing, holding open container standard streams, writing the exit code.
However, the goal of conmon-rs also extends past that of conmon, attempting to become a monitor for a full pod (or a group of containers). Instead of a container engine creating a conmon per container (as well as subsequent conmons per container exec), the engine will spawn a conmon-rs instance when a pod is created. That instance will listen over an UNIX domain socket for new requests to create containers, and exec processes within them.
其他与 crio-backend-conmonrs 有关的软件包
|
|
|
|
-
- dep: conmonrs
- An OCI container runtime monitor written in Rust