This is a list of interesting projects I worked on over the years, on my free time. I hope you find them interesting!
Minict
Minict is a minimal container runtime written in Go. It was made mainly for learning purposes and is intended to be as simple as possible. Check it out on Github: https://github.com/johnyrose/minict Its main intention is to be easily understandable to anyone who wishes to read its code and see what goes into running containers in famous runtimes such as Containerd and full container-running platforms like Docker. I made it after becoming familiar with Docker and Kubernetes, aiming to achieve 2 main things: ...