summaryrefslogtreecommitdiffhomepage
path: root/shim/v2/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'shim/v2/README.md')
-rw-r--r--shim/v2/README.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/shim/v2/README.md b/shim/v2/README.md
index 2fd625415..2aa7c21e3 100644
--- a/shim/v2/README.md
+++ b/shim/v2/README.md
@@ -51,17 +51,18 @@ In order to pick up the new configuration, you may need to restart containerd:
```shell
sudo systemctl restart containerd
```
+
## Shim Confguration
The shim configuration may carry the following options:
-* `shim_cgroup`: The cgroup to use for the shim itself.
-* `io_uid`: The UID to use for pipes.
-* `ui_gid`: The GID to use for pipes.
-* `binary_name`: The runtime binary name (defaults to `runsc`).
-* `root`: The root directory for the runtime.
-* `runsc_config`: A dictionary of key-value pairs that will be passed to the
- runtime as arguments.
+* `shim_cgroup`: The cgroup to use for the shim itself.
+* `io_uid`: The UID to use for pipes.
+* `ui_gid`: The GID to use for pipes.
+* `binary_name`: The runtime binary name (defaults to `runsc`).
+* `root`: The root directory for the runtime.
+* `runsc_config`: A dictionary of key-value pairs that will be passed to the
+ runtime as arguments.
### Example: Enable the KVM platform