Initial commit

This commit is contained in:
mustard 2024-11-23 20:58:45 +01:00
commit ae63be1df6
9 changed files with 421 additions and 0 deletions

12
config/daemon.json Normal file
View file

@ -0,0 +1,12 @@
{
"default-runtime": "runsc-systrap",
"runtimes": {
"runsc-systrap": {
"path": "/usr/local/bin/runsc",
"runtimeArgs": [
"--platform=systrap",
"--network=host"
]
}
}
}