パッケージ: conmon (2.0.25+ds1-1.1+deb11u1)
conmon に関するリンク
Debian の資源:
conmon ソースパッケージをダウンロード:
- [conmon_2.0.25+ds1-1.1+deb11u1.dsc]
- [conmon_2.0.25+ds1.orig.tar.xz]
- [conmon_2.0.25+ds1-1.1+deb11u1.debian.tar.xz]
メンテナ:
- Podman Packaging Team (QA ページ)
- Birger Schacht (QA ページ)
- Jamie Bliss (QA ページ)
- Nicolas Braud-Santoni (QA ページ)
- Dmitry Smirnov (QA ページ)
- Reinhard Tartler (QA ページ)
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
OCI container runtime monitor
Conmon is a monitoring program and communication tool between a container manager (like podman or CRI-O) and an OCI runtime (like runc or crun) for a single container.
Upon being launched, it double-forks to daemonize and detach from the parent that launched it. It then launches the runtime as its child. This allows managing processes to die in the foreground, but still be able to watch over and connect to the child process (the container).
While the container runs, conmon does two things:
- Provides a socket for attaching to the container, holding open the
container's standard streams and forwarding them over the socket.- Writes the contents of the container's streams to a log file (or to the
systemd journal) so they can be read after the container's death.
Finally, upon the containers death, conmon will record its exit time and code to be read by the managing programs.
Written in C and designed to have a low memory footprint, conmon is intended to be run by a container managing library. Essentially, conmon is the smallest daemon a container can have.
その他の conmon 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.28)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libglib2.0-0 (>= 2.35.8)
- C ルーチンの GLib ライブラリ
-
- dep: libsystemd0
- systemd ユーティリティライブラリ