Hacker News new | ask | show | jobs
by catlifeonmars 1835 days ago
> More importantly, containers are designed to be both ephemeral and support multiple instances running in parallel on the same machine.

This sounds a lot like how all os processes work (regardless of linking type of a binary).

1 comments

You don't create persistent file system mounts by launching a process, nor do you mount files into the process's file system.