Hacker News new | ask | show | jobs
by jjtheblunt 2460 days ago
Containers run processes, in a context where those within a container only see those within the same container, by underlying OS accounting generalization.
1 comments

Containers aren't even a thing like that though. They don't run anything per se. Implementations vary but it can be as simple as an extra struct field in the process list.
agreed that my language was sloppy. genuine thanks.