Compare commits

...

4 Commits

Author SHA1 Message Date
Litchi Pi
7a1bf39dba Merge 75b4155cc1 into cf5d750133 2025-04-11 16:26:42 -03:00
Litchi Pi (Tim)
75b4155cc1 Merge branch 'codecrafters-io:master' into master 2023-07-28 20:43:02 +02:00
Litchi Pi (Tim)
5884bb6aba Update README.md 2023-07-28 20:42:31 +02:00
Litchi Pi
ea1291397e Add tutorial "Writing a container in Rust"
Signed-off-by: Litchi Pi <litchi.pi@protonmail.com>
2022-08-23 11:54:21 +02:00

View File

@@ -148,6 +148,7 @@ It's a great way to learn.
* [**Go**: _Building a container from scratch in Go_](https://www.youtube.com/watch?v=8fi7uSYlOdc) [video] * [**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 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) * [**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.site/serie/containers_in_rust)
* [**Shell**: _Docker implemented in around 100 lines of bash_](https://github.com/p8952/bocker) * [**Shell**: _Docker implemented in around 100 lines of bash_](https://github.com/p8952/bocker)
#### Build your own `Emulator / Virtual Machine` #### Build your own `Emulator / Virtual Machine`