Recommend using gVisor as a sandbox

This commit is contained in:
Sebastian Serth
2022-09-07 22:19:20 +02:00
parent 89fc7b2637
commit 3154c03f8a
3 changed files with 15 additions and 4 deletions

View File

@ -0,0 +1,10 @@
{
"default-runtime": "runsc",
"runtimes": {
"runsc": {
"path": "/usr/bin/runsc",
"runtimeArgs": [
]
}
}
}