Add tutorial "Writing a container in Rust"

Signed-off-by: Litchi Pi <litchi.pi@protonmail.com>
This commit is contained in:
Litchi Pi 2022-08-23 11:54:21 +02:00
parent be9acbf75a
commit ea1291397e
No known key found for this signature in database
GPG Key ID: 1C11A9BB46642347

View File

@ -134,6 +134,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre
* [**Go**: _Building a container from scratch in Go_](https://www.youtube.com/watch?v=8fi7uSYlOdc) [video]
* [**Python**: _A workshop on Linux containers: Rebuild Docker from Scratch_](https://github.com/Fewbytes/rubber-docker)
* [**Python**: _A proof-of-concept imitation of Docker, written in 100% Python_](https://github.com/tonybaloney/mocker)
* [**Rust**: _Writing a container in Rust_](https://litchipi.github.io/series/container_in_rust)
* [**Shell**: _Docker implemented in around 100 lines of bash_](https://github.com/p8952/bocker)
#### Build your own `Emulator / Virtual Machine`