AvatarAlexis Bouchez
Programming/Zig/Build your own docker

Project Setup

If you follow allow, make sure you have the Zig compiler installed.

You can find the installation instructions here.

Let's create a new directory for our project:

mkdir docker-in-zig
cd docker-in-zig

And, initialize a new Zig project:

zig init