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

The runtimes configuration for the dockerd could look like:

[runtimes/_]
meta:/type = string
meta:/description = Additional OCI compatible runtime
meta:/example = custom
[runtimes/_/path]
meta:/type = string
meta:/description = The path to the OCI compatible runtime
meta:/example = /usr/local/bin/my-runc-replacement
[runtimes/_/runtimeArgs/#]
meta:/array/min = 0
meta:/description = The runtime arguments for the OCI compatible runtime
meta:/example = --debug

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