mirror of https://github.com/docker/cli.git
Merge pull request #644 from thaJeztah/fix-daemon-config-example
Fix daemon.json runtime example
This commit is contained in:
commit
41797e1753
|
@ -1326,8 +1326,8 @@ This is a full example of the allowed configuration options on Linux:
|
||||||
"default-runtime": "runc",
|
"default-runtime": "runc",
|
||||||
"oom-score-adjust": -500,
|
"oom-score-adjust": -500,
|
||||||
"runtimes": {
|
"runtimes": {
|
||||||
"runc": {
|
"cc-runtime": {
|
||||||
"path": "runc"
|
"path": "/usr/bin/cc-runtime"
|
||||||
},
|
},
|
||||||
"custom": {
|
"custom": {
|
||||||
"path": "/usr/local/bin/my-runc-replacement",
|
"path": "/usr/local/bin/my-runc-replacement",
|
||||||
|
|
Loading…
Reference in New Issue