Skip to content

Commit dd8ea25

Browse files
committed
Merge pull request #11470 from z63d:docs/shim-configuration-link
PiperOrigin-RevId: 726504917
2 parents c8d5afe + 61b3df5 commit dd8ea25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

g3doc/user_guide/containerd/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ EOF
1818
```
1919

2020
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).
21+
[options.go](https://cs.opensource.google/gvisor/gvisor/+/master:pkg/shim/runsc/options.go).
2222
Values under `[runsc_config]` can be used to set arbitrary flags to runsc.
2323
`flag = "value"` is converted to `--flag="value"` when runsc is invoked. Run
2424
`runsc flags` so see which flags are available

0 commit comments

Comments
 (0)