Docker daemon.json

This commit is contained in:
mustard 2024-11-23 20:14:18 +01:00
parent 108d9107c9
commit b6bd97eae9

12
etc/docker/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"
]
}
}
}