From ea1291397eb4c57b9b82e4e554934ed7d31b5c55 Mon Sep 17 00:00:00 2001 From: Litchi Pi Date: Tue, 23 Aug 2022 11:54:21 +0200 Subject: [PATCH 1/2] Add tutorial "Writing a container in Rust" Signed-off-by: Litchi Pi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f767a57..693da10 100644 --- a/README.md +++ b/README.md @@ -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` From 5884bb6aba2051924c4539afeb0b9709e3f3b1a1 Mon Sep 17 00:00:00 2001 From: "Litchi Pi (Tim)" Date: Fri, 28 Jul 2023 20:42:31 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 693da10..ff846c6 100644 --- a/README.md +++ b/README.md @@ -134,7 +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) +* [**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) #### Build your own `Emulator / Virtual Machine`