1 Repo
Mapping container images to system-level executable commands to simulate native binaries.
Distinct from Container Image Runs: Existing candidates focus on image transitions or browsing, not the act of creating system-level binary aliases from images.
Explore 1 awesome GitHub repository matching devops & infrastructure · Container-to-Binary Aliasing. Refine with filters or upvote what's useful.
Whalebrew is a containerized package manager and alias manager that wraps Docker images as executable system commands. It functions as a container runtime orchestrator, mapping specific images to native-behaving binaries to allow users to run containerized applications without manual container engine strings. The system utilizes a wrapper utility to map host commands to image entrypoints. It provides tools for installing, updating, and removing these mappings, and includes a search mechanism to locate available images across configured registries. The tool manages the runtime environment by
Maps container images to system-level commands, allowing users to launch containerized tools as if they were native binaries.