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

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

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

1 个仓库

Awesome GitHub RepositoriesContainer Image Compilers

Tools designed to compile OCI-compliant container images into single-file executable distributors.

Distinct from Container Images: Candidates focus on running or minifying images, not compiling them into standalone binaries.

Explore 1 awesome GitHub repository matching devops & infrastructure · Container Image Compilers. Refine with filters or upvote what's useful.

Awesome Container Image Compilers GitHub Repositories

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

    NilsIrl/dockerc

    4,909在 GitHub 上查看↗

    dockerc 是一个容器镜像编译器,将符合 OCI 标准的镜像转换为独立的二进制可执行文件。它作为一个无容器应用分发器,使容器化工作负载能够作为单个文件部署,且无需在宿主系统上安装容器运行时。 该系统通过扁平化容器镜像层并将根文件系统作为数据块嵌入到生成的静态二进制文件中,实现了零依赖分发。它使用基于 Shim 的进程执行模型来模拟容器环境,并提供了一种在无需手动端口映射的情况下向外部调用者暴露内部网络服务的机制。 其他能力包括通过命令行标志配置运行时环境和挂载卷。这些参数在执行期间直接注入到捆绑的应用进程中。

    Functions as a compiler that converts container images into standalone executable binaries.

    Zigcontainersdockeroci
    在 GitHub 上查看↗4,909
  1. Home
  2. DevOps & Infrastructure
  3. Container Image Compilers