$darkmode
Elektra 0.11.0
Use Case: Create underline specification for dockerd configuration file (daemon.json)

Summary

Scenarios

Example

The runtimes configuration for the dockerd could look like:

1 [runtimes/_]
2 meta:/type = string
3 meta:/description = Additional OCI compatible runtime
4 meta:/example = custom
5 
6 [runtimes/_/path]
7 meta:/type = string
8 meta:/description = The path to the OCI compatible runtime
9 meta:/example = /usr/local/bin/my-runc-replacement
10 
11 [runtimes/_/runtimeArgs/#]
12 meta:/array/min = 0
13 meta:/description = The runtime arguments for the OCI compatible runtime
14 meta:/example = --debug

For the full specification of the dockerd configuration file see dockerd-spec.