18 lines
231 B
JSON
18 lines
231 B
JSON
{
|
|
"dns": [
|
|
"8.8.8.8",
|
|
"8.8.4.4"
|
|
],
|
|
"dns-search": [
|
|
"codeocean.internal"
|
|
],
|
|
"default-runtime": "runsc",
|
|
"runtimes": {
|
|
"runsc": {
|
|
"path": "/usr/bin/runsc",
|
|
"runtimeArgs": [
|
|
]
|
|
}
|
|
}
|
|
}
|