An open API service indexing awesome lists of open source software.

https://github.com/devopshobbies/containers-from-scratch

tiny container manager
https://github.com/devopshobbies/containers-from-scratch

Last synced: 11 days ago
JSON representation

tiny container manager

Awesome Lists containing this project

README

        

# Containers From Scratch (CFS)

![Blogger](https://img.shields.io/codecov/c/gh/devopshobbies/containers-from-scratch?logo=codecov&style=for-the-badge)
![License](https://img.shields.io/github/license/devopshobbies/containers-from-scratch?style=for-the-badge)
![Stars](https://img.shields.io/github/stars/devopshobbies/containers-from-scratch?style=for-the-badge)

> This project is created to show the internals of the containers.

a tiny container manager tool highly inspired from docker to demonstrate how containers are created without using `containerd` nor `runc` only with linux features like `namespaces` and `control groups`.

## notes

- works only on `Linux` (GOOS=linux)

## inspirations

-

-