awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesSystemd Lifecycle Management

Management of container lifecycles through native integration with systemd unit files.

Distinct from Systemd Service Configurations: Distinct from Service Configurations by focusing on the runtime management and dependency sequencing of containers via systemd.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Systemd Lifecycle Management. Refine with filters or upvote what's useful.

Awesome Systemd Lifecycle Management GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • rkt/rktrkt 的头像

    rkt/rkt

    8,773在 GitHub 上查看↗

    rkt is a pod-native container engine and runtime for Linux that executes containerized applications as isolated pods. It serves as an OCI container runtime and a Linux container manager, supporting the execution of images based on Open Container Initiative, appc, and Docker specifications. The project distinguishes itself by offering hardware-level container isolation, allowing pods to run within virtual machines using KVM or QEMU for a dedicated kernel. It further separates itself through secure container deployment practices, utilizing SELinux mandatory access control and TPM-backed integri

    Integrates the lifecycle of containerized applications with systemd unit files for automated restarts and dependency sequencing.

    Gocontainersgooci
    在 GitHub 上查看↗8,773
  • cri-o/cri-ocri-o 的头像

    cri-o/cri-o

    5,629在 GitHub 上查看↗

    CRI-O is an open-source container runtime that implements the Kubernetes Container Runtime Interface (CRI) to manage container images, pods, and containers on cluster nodes using OCI-compatible runtimes. It serves as a node-level container manager that handles image pulling, container lifecycle, and resource monitoring for Kubernetes clusters, running containers according to the Open Container Initiative specifications. The runtime distinguishes itself through live configuration reloading that applies changes to runtime definitions, registry mirrors, and TLS certificates without restarting th

    Sets systemd scopes to inactive-or-failed state for containers when using the systemd cgroup manager.

    Go
    在 GitHub 上查看↗5,629
  1. Home
  2. DevOps & Infrastructure
  3. Systemd Lifecycle Management

探索子标签

  • Systemd Cgroup Scope AssignmentsSets systemd scopes to inactive-or-failed state for containers when using the systemd cgroup manager, ensuring proper resource cleanup. **Distinct from Systemd Lifecycle Management:** Distinct from Systemd Lifecycle Management: focuses on setting cgroup scopes to specific states for cleanup, not general lifecycle management.