fedora-server-config/etc/docker/daemon.json

13 lines
249 B
JSON
Raw Permalink Normal View History

2024-11-23 20:14:18 +01:00
{
"default-runtime": "runsc-systrap",
"runtimes": {
"runsc-systrap": {
"path": "/usr/local/bin/runsc",
"runtimeArgs": [
"--platform=systrap",
"--network=host"
]
}
}
}