Skip to content

Commit f16a2bb

Browse files
Add driver config options to README.md.
1 parent 58be321 commit f16a2bb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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. |

0 commit comments

Comments
 (0)