1 dépôt
Minimalist container managers written in shell script to demonstrate or implement core kernel isolation features.
Distinguishing note: The candidates focus on using Docker, while this is a ground-up implementation of Docker-like functionality in Bash.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Bash Container Implementations. Refine with filters or upvote what's useful.
Bocker is a minimal container management tool written in Bash that implements core container functionality using Linux namespaces and control groups. It serves as a Linux container manager capable of starting and managing isolated processes and images through low-level kernel features. The project includes an OCI image tool for pulling, saving, and building container images compatible with industry standards. It further integrates a cgroup resource controller to restrict CPU and memory consumption for isolated processes. The tool covers the full container lifecycle, including process isolati
Implements a minimal container management tool in Bash using Linux namespaces and cgroups.