We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8d5afe + 61b3df5 commit dd8ea25Copy full SHA for dd8ea25
g3doc/user_guide/containerd/configuration.md
@@ -18,7 +18,7 @@ EOF
18
```
19
20
The set of options that can be configured can be found in
21
-[options.go](https://cs.opensource.google/gvisor/gvisor/+/master:pkg/shim/options.go).
+[options.go](https://cs.opensource.google/gvisor/gvisor/+/master:pkg/shim/runsc/options.go).
22
Values under `[runsc_config]` can be used to set arbitrary flags to runsc.
23
`flag = "value"` is converted to `--flag="value"` when runsc is invoked. Run
24
`runsc flags` so see which flags are available
0 commit comments