logoalt Hacker News

pelcgtoday at 3:13 PM1 replyview on HN

What use-cases are there for gVisor on Raspbian, given that the target is a Raspberry Pi?


Replies

_ananos_today at 3:16 PM

the simplest one (and the one we're targetting) is multi-tenant services. You want to sandbox your service so that it doesn't affect the rest of the services running.

<shameless plug> We're building a container runtime to do this, and we are comparing alternatives, that's how we got there: https://github.com/urunc-dev/urunc</shameless plug>

show 1 reply