[HN Gopher] Building a Linux Container Runtime from Scratch
___________________________________________________________________
Building a Linux Container Runtime from Scratch
Author : curmudgeon22
Score : 20 points
Date : 2025-03-26 20:35 UTC (2 hours ago)
(HTM) web link (edera.dev)
(TXT) w3m dump (edera.dev)
| pzmarzly wrote:
| Why not use any of the existing OCI Runtimes? They take well-
| defined[0] JSON description as input, and are pretty well-
| contained (single static binary). And because they are separate
| binaries, not libraries, you don't need to worry about things
| like thread safety or FD leaking.
|
| [0] https://github.com/opencontainers/runtime-
| spec/blob/main/con...
| r3trohack3r wrote:
| I'm currently exploring this for an AI context because I
| haven't found a better solution for letting K8S manage AI
| workloads that need direct GPU access on OSx
___________________________________________________________________
(page generated 2025-03-26 23:00 UTC)