https://github.com/otabekswe/nest
nest - simple containerization tool built for learning purposes.
https://github.com/otabekswe/nest
Last synced: about 1 year ago
JSON representation
nest - simple containerization tool built for learning purposes.
- Host: GitHub
- URL: https://github.com/otabekswe/nest
- Owner: otabekswe
- Created: 2024-05-10T23:38:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T12:32:35.000Z (about 2 years ago)
- Last Synced: 2025-01-31T03:32:36.005Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# nest
nest - is open-source, simple containerization tool built for learning purposes. The plan was to learn how containerization tools like Docker works under the hood.
You need root permissions for this version to work.
Note that the Go code uses some syscall definitions that are only available when building with GOOS=linux.
Sooner, you will be able to learn built simpler containerization tool like Docker by reading this amazing repository docs.