Comment by nezhar 2 days ago Looks interesting. How does this compare to a container? 3 comments nezhar Reply subsection1h 2 days ago Containers aren't a sandbox:https://news.ycombinator.com/item?id=46405993 aussieguy1234 2 days ago It uses Linux kernel namespaces instead of chroot (containers are just fancy Liunx chroot) samlinnfer 2 days ago Ackually, “containers” on linux are usually implemented using linux namespaces instead of chroot.
aussieguy1234 2 days ago It uses Linux kernel namespaces instead of chroot (containers are just fancy Liunx chroot) samlinnfer 2 days ago Ackually, “containers” on linux are usually implemented using linux namespaces instead of chroot.
samlinnfer 2 days ago Ackually, “containers” on linux are usually implemented using linux namespaces instead of chroot.
Containers aren't a sandbox:
https://news.ycombinator.com/item?id=46405993
It uses Linux kernel namespaces instead of chroot (containers are just fancy Liunx chroot)
Ackually, “containers” on linux are usually implemented using linux namespaces instead of chroot.