Y
Hacker News
new
|
ask
|
show
|
jobs
by
staticassertion
1571 days ago
My understanding is that gvisor supports two modes of execution - one with virtualization and one without. AFAIK the official recommendation is to use the one with virtualization, but I've never dug into it.
1 comments
tptacek
1571 days ago
Yeah, the original mode uses ptrace to intercept system calls, and then just implements the system call itself.
link