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