Merge pull request #644 from thaJeztah/fix-daemon-config-example

Fix daemon.json runtime example
This commit is contained in:
Sebastiaan van Stijn 2017-10-26 09:31:57 +02:00 committed by GitHub
commit 41797e1753
1 changed files with 2 additions and 2 deletions

View File

@ -1326,8 +1326,8 @@ This is a full example of the allowed configuration options on Linux:
"default-runtime": "runc",
"oom-score-adjust": -500,
"runtimes": {
"runc": {
"path": "runc"
"cc-runtime": {
"path": "/usr/bin/cc-runtime"
},
"custom": {
"path": "/usr/local/bin/my-runc-replacement",