awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
p8952 avatar

p8952/bocker

0
View on GitHub↗
12,657 stele·755 fork-uri·Shell·GPL-3.0·13 vizualizăriwww.p8952.info↗

Bocker

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 isolation and image management. This encompasses the ability to build custom images, pull from remote registries, and execute commands within active containers.

Features

  • Container Isolation - Uses Linux kernel namespaces to provide full operating system environment isolation for processes.
  • Container Image Management - Implements utilities for building custom container images from local configurations.
  • Remote Image Pulling - Includes a utility to pull specified container images and versions from remote registries.
  • Container Lifecycle Administration - Implements administrative controls for starting, stopping, and monitoring isolated containers.
  • Container Runtime Managers - Ships a suite of tools for listing, logging, and removing container runtime instances.
  • Containerized Execution - Starts isolated environments based on images to execute defined commands.
  • OCI Container Engines - Implements an OCI-compliant engine for building, saving, and pulling container images.
  • Bash Container Implementations - Implements a minimal container management tool in Bash using Linux namespaces and cgroups.
  • Linux Container Managers - Provides a system for starting and managing isolated processes and images through kernel features.
  • Control-Group-Based Resource Management - Uses cgroup-based resource management to enforce memory and CPU limits on isolated processes.
  • Container Resource Constraints - Enforces CPU and memory allocation limits to ensure host system stability during container execution.
  • Kernel Resource Limiting - Restricts CPU and memory consumption of isolated processes using Linux control groups.
  • Container Shell Access - Provides a mechanism to execute commands and gain interactive shell access within active containers.
  • Containerization - Listed in the “Containerization” section of the Build Your Own X awesome list.
  • Containers and Virtualization - A Docker-like container engine in Bash.
  • Infrastructură și containere - A simple container implementation written in Bash.
  • Infrastructure and Systems - A Docker-like container engine written in Bash.
  • Container Engines - Minimalist container implementation written in bash.
  • Core Infrastructure - Minimalist container implementation written in shell script.
  • Developer Utilities - Docker implementation in Bash.
  • Development and Deployment - Docker implementation written in shell script.

Istoric stele

Graficul istoricului de stele pentru p8952/bockerGraficul istoricului de stele pentru p8952/bocker

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Bocker

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Bocker.
  • rkt/rktAvatar rkt

    rkt/rkt

    8,773Vezi pe 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

    Gocontainersgooci
    Vezi pe GitHub↗8,773
  • moby/mobyAvatar moby

    moby/moby

    71,729Vezi pe GitHub↗

    Moby is an OCI container engine and runtime manager designed for building, running, and managing isolated containers based on Open Container Initiative standards. It functions as a container daemon and image builder, providing a core engine to orchestrate the full lifecycle of containers and the packaging of source code into portable images. The project provides a standardized HTTP interface that allows for programmatic container management, enabling external clients to control daemon settings and container operations. It supports a rootless security model, allowing the engine daemon to execu

    Gocontainersdockergo
    Vezi pe GitHub↗71,729
  • fewbytes/rubber-dockerAvatar Fewbytes

    Fewbytes/rubber-docker

    3,226Vezi pe GitHub↗

    A workshop on Linux containers: Rebuild Docker from Scratch

    Python
    Vezi pe GitHub↗3,226
  • tonybaloney/mockerAvatar tonybaloney

    tonybaloney/mocker

    945Vezi pe GitHub↗

    A Docker-type runtime, written in 100% Python

    Python
    Vezi pe GitHub↗945
Vezi toate cele 30 alternative pentru Bocker→

Întrebări frecvente

Ce face p8952/bocker?

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.

Care sunt principalele funcționalități ale p8952/bocker?

Principalele funcționalități ale p8952/bocker sunt: Container Isolation, Container Image Management, Remote Image Pulling, Container Lifecycle Administration, Container Runtime Managers, Containerized Execution, OCI Container Engines, Bash Container Implementations.

Care sunt câteva alternative open-source pentru p8952/bocker?

Alternativele open-source pentru p8952/bocker includ: rkt/rkt — rkt is a pod-native container engine and runtime for Linux that executes containerized applications as isolated pods.… moby/moby — Moby is an OCI container engine and runtime manager designed for building, running, and managing isolated containers… tonybaloney/mocker — A Docker-type runtime, written in 100% Python. fewbytes/rubber-docker — A workshop on Linux containers: Rebuild Docker from Scratch. termux/proot-distro — proot-distro is a rootless container runtime and Linux distribution manager that allows users to install and run… containers/libpod — Libpod is a container management library for running and controlling the lifecycle of Open Container Initiative…