Docker daemon.json
This commit is contained in:
parent
108d9107c9
commit
b6bd97eae9
1 changed files with 12 additions and 0 deletions
12
etc/docker/daemon.json
Normal file
12
etc/docker/daemon.json
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"default-runtime": "runsc-systrap",
|
||||||
|
"runtimes": {
|
||||||
|
"runsc-systrap": {
|
||||||
|
"path": "/usr/local/bin/runsc",
|
||||||
|
"runtimeArgs": [
|
||||||
|
"--platform=systrap",
|
||||||
|
"--network=host"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue