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

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.

Awesome Lists containing this project

README

          

![Nest Logo](nest.png)

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