mirror of https://github.com/docker/cli.git
docs: fix json syntax error
Signed-off-by: cncal <flycalvin@qq.com>
This commit is contained in:
parent
4445e77025
commit
6a4d38c7f2
|
@ -530,7 +530,7 @@ For example:
|
||||||
"runtimeType": "io.containerd.runsc.v1",
|
"runtimeType": "io.containerd.runsc.v1",
|
||||||
"options": {
|
"options": {
|
||||||
"TypeUrl": "io.containerd.runsc.v1.options",
|
"TypeUrl": "io.containerd.runsc.v1.options",
|
||||||
"ConfigPath": "/etc/containerd/runsc.toml",
|
"ConfigPath": "/etc/containerd/runsc.toml"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue