File tree Expand file tree Collapse file tree
docs/reference/commandline Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1424,6 +1424,16 @@ This is a full example of the allowed configuration options on Windows:
14241424}
14251425```
14261426
1427+ #### Feature options
1428+ The optional field ` features ` in ` daemon.json ` allows users to enable or disable specific
1429+ daemon features. For example, ` {"features":{"buildkit": true}} ` enables ` buildkit ` as the
1430+ default docker image builder.
1431+
1432+ The list of currently supported feature options:
1433+ - ` buildkit ` : It enables ` buildkit ` as default builder when set to ` true ` or disables it by
1434+ ` false ` . Note that if this option is not explicitly set in the daemon config file, then it
1435+ is up to the cli to determine which builder to invoke.
1436+
14271437#### Configuration reload behavior
14281438
14291439Some options can be reconfigured when the daemon is running without requiring
You can’t perform that action at this time.
0 commit comments