AvatarAlexis Bouchez
Programming/Zig/Build your own docker

Introduction

This is a WIP...

"What I cannot create, I do not understand."

— Richard Feynman

In this series, we will build a toy implementation of Docker using Zig. This exercise is meant to help myself to:

  • learn the Zig programming language, building a real-world project ;

  • learn more about Docker internals.

I hope you will find this series useful too.