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

Summary

Scenarios

Example

The default runtime configuration for the dockerd could look like:

1 [default/runtime]
2 meta:/type = string
3 meta:/description = Default OCI runtime for containers
4 meta:/default = runc

In case the key default/runtime does not exist, spec plugin creates a default key with value runc in the default namespace.

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