1
0
mirror of https://github.com/docker/cli.git synced 2026-01-06 05:41:44 +03:00

Merge pull request #5079 from cncal/patch-1

docs: fix json syntax error
This commit is contained in:
Paweł Gronowski
2024-05-17 15:22:49 +02:00
committed by GitHub

View File

@@ -530,7 +530,7 @@ For example:
"runtimeType": "io.containerd.runsc.v1",
"options": {
"TypeUrl": "io.containerd.runsc.v1.options",
"ConfigPath": "/etc/containerd/runsc.toml",
"ConfigPath": "/etc/containerd/runsc.toml"
}
}
}