Skip to content

Instantly share code, notes, and snippets.

View helayoty's full-sized avatar
:octocat:

Heba helayoty

:octocat:
View GitHub Profile
@helayoty
helayoty / docker-like-container.go
Created January 4, 2026 23:24
docker-like container
//go:build linux
// This is a Go program that demonstrates the fundamental syscalls and kernel features that power containers.
// It's stripped of all abstractions to show you exactly what's happening at the system level.
package main
import (
"fmt"
"os"
"os/exec"