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
- Host: GitHub
- URL: https://github.com/devopshobbies/containers-from-scratch
- Owner: devopshobbies
- License: apache-2.0
- Created: 2023-01-07T09:07:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T13:05:18.000Z (about 2 years ago)
- Last Synced: 2025-03-25T18:45:14.969Z (28 days ago)
- Language: Go
- Size: 1.22 MB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Containers From Scratch (CFS)


> 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
-
-