Hacker News new | ask | show | jobs
by amusingimpala75 55 days ago
Yes but NixOS does all of these things already, without the process overhead
2 comments

Even the minimal SBOM part? It's hard to be more minimal than a busybox binary.
That’s fair, NixOS avoids the direct stuff from Docker itself but if you’re basing on an Alpine image or something that would probably be more minimal / smaller
Nix wraps your process in namespaces and seccomp?
Not by default but tools like agent-sandbox.nix (bwrap, seccomp) or other nixpak (just bwrap but more popular) can provide those capabilities if you want in a fairly simple interface