File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,16 @@ More detailed instructions are in the [`example README.md`](https://github.com/R
6363
6464## Supported options
6565
66+ ** Driver Config**
67+
68+ | Option | Type | Required | Default | Description |
69+ | :---: | :---: | :---: | :---: | :--- |
70+ | ** enabled** | bool | no | true | Enable/Disable task driver. |
71+ | ** containerd_runtime** | string | yes | N/A | Runtime for containerd e.g. ` io.containerd.runc.v1 ` or ` io.containerd.runc.v2 ` . |
72+ | ** stats_interval** | string | no | 1s | Interval for collecting ` TaskStats ` |
73+
74+ ** Task Config**
75+
6676| Option | Type | Required | Description |
6777| :---: | :---: | :---: | :--- |
6878| ** image** | string | yes | OCI image (docker is also OCI compatible) for your container. |
You can’t perform that action at this time.
0 commit comments