mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Merge pull request #11470 from z63d:docs/shim-configuration-link
PiperOrigin-RevId: 726504917
This commit is contained in:
@@ -18,7 +18,7 @@ EOF
|
||||
```
|
||||
|
||||
The set of options that can be configured can be found in
|
||||
[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).
|
||||
Values under `[runsc_config]` can be used to set arbitrary flags to runsc.
|
||||
`flag = "value"` is converted to `--flag="value"` when runsc is invoked. Run
|
||||
`runsc flags` so see which flags are available
|
||||
|
||||
Reference in New Issue
Block a user