awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
tonybaloney avatar

tonybaloney/mocker

0
View on GitHub↗
945 stars·66 forks·Python·Apache-2.0·16 views

Mocker

A Docker-type runtime, written in 100% Python

Features

  • Containerization - Listed in the “Containerization” section of the Build Your Own X awesome list.
  • Containers and Virtualization - A container runtime built in Python.
  • Infrastructure and Containers - A container runtime built for educational purposes.
  • Infrastructure and Systems - A containerization tool built from scratch.

Star history

Star history chart for tonybaloney/mockerStar history chart for tonybaloney/mocker

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does tonybaloney/mocker do?

A Docker-type runtime, written in 100% Python

What are the main features of tonybaloney/mocker?

The main features of tonybaloney/mocker are: Containerization, Containers and Virtualization, Infrastructure and Containers, Infrastructure and Systems.

Which projects share features with tonybaloney/mocker?

Projects with overlapping indexed features include: fewbytes/rubber-docker — A workshop on Linux containers: Rebuild Docker from Scratch. p8952/bocker — Bocker is a minimal container management tool written in Bash that implements core container functionality using Linux… buildthingsuseful/build-your-own-kafka — Build Your Own Kafka. cfenollosa/os-tutorial — This project is an educational curriculum designed to teach the fundamentals of operating system development and… jserv/mini-arm-os — Build a minimal multi-tasking OS kernel for ARM from scratch. peiyuanix/build-your-own-zerotier — Build your own layer-2 virtual switch in less than 300 lines of code.

Projects sharing features with Mocker

These projects share indexed features with Mocker. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • p8952/bockerp8952 avatar

    p8952/bocker

    12,657View on GitHub↗

    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

    Shell
    View on GitHub↗12,657
  • fewbytes/rubber-dockerFewbytes avatar

    Fewbytes/rubber-docker

    3,226View on GitHub↗

    A workshop on Linux containers: Rebuild Docker from Scratch

    Python
    View on GitHub↗3,226
  • buildthingsuseful/build-your-own-kafkabuildthingsuseful avatar

    buildthingsuseful/build-your-own-kafka

    65View on GitHub↗

    Build Your Own Kafka

    Java
    View on GitHub↗65
  • cfenollosa/os-tutorialcfenollosa avatar

    cfenollosa/os-tutorial

    30,551View on GitHub↗

    This project is an educational curriculum designed to teach the fundamentals of operating system development and low-level systems programming. It provides a structured sequence of lessons and code samples that guide users through building a functional kernel and bootloader from scratch, enabling a practical understanding of how software interacts directly with computer hardware. The repository distinguishes itself by focusing on the core mechanics of bare-metal execution. It covers the implementation of essential system components, including assembly-based bootloaders that transition process

    C
    View on GitHub↗30,551
Compare all 30 related projects→