mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
Fix daemon.json runtime example
The example in the documentation used "runc", which is a
reserved runtime name (as it's the default).
This patch updates the example, and uses a different name.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: 1e5d013064
Component: cli
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user