Skip to content

Commit d656706

Browse files
committed
update docs with current supported features options
Signed-off-by: Anda Xu <anda.xu@docker.com>
1 parent 6dbe8ea commit d656706

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)