1 مستودع
Tools that transform container images into standalone executable binaries that run without a container runtime.
Distinct from Container Execution: Existing candidates focus on running containers or host-container interaction, not the compilation of images into binaries.
Explore 1 awesome GitHub repository matching devops & infrastructure · Container-to-Executable Compilers. Refine with filters or upvote what's useful.
dockerc is a container image compiler that converts OCI-compliant images into standalone executable binaries. It functions as a containerless application distributor, enabling the deployment of containerized workloads as single files that run without requiring a container runtime on the host system. The system achieves zero-dependency distribution by flattening container image layers and embedding the root filesystem as a data blob within the resulting static binary. It uses a shim-based process execution model to simulate the container environment and provides a mechanism to expose internal
Converts OCI-compliant container images into standalone executable binaries that operate without a host container runtime.