Skip to content

Commit ce4a9f8

Browse files
authored
Merge pull request #1314 from AntaresS/update-docs
update docs with currently supported features options
2 parents 9ad19d2 + d656706 commit ce4a9f8

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/reference/commandline/dockerd.md

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

14291439
Some options can be reconfigured when the daemon is running without requiring

0 commit comments

Comments
 (0)