https://github.com/ahmedkhaledak/container
A simple Docker-like container from scratch
https://github.com/ahmedkhaledak/container
cgroups containers docker golang namespaces
Last synced: about 2 months ago
JSON representation
A simple Docker-like container from scratch
- Host: GitHub
- URL: https://github.com/ahmedkhaledak/container
- Owner: AhmedKhaledAK
- Created: 2020-09-10T13:50:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T15:52:19.000Z (over 5 years ago)
- Last Synced: 2023-04-30T19:32:26.512Z (almost 3 years ago)
- Topics: cgroups, containers, docker, golang, namespaces
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Container
This is a Docker-like container built from the ground. Inspired by [this](https://www.infoq.com/articles/build-a-container-golang/).