Skip to content

Commit

Permalink
update docs with current supported features options
Browse files Browse the repository at this point in the history
Signed-off-by: Anda Xu <[email protected]>
  • Loading branch information
AntaresS committed Aug 30, 2018
1 parent 6dbe8ea commit 8bc6ac1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/reference/commandline/dockerd.md
Original file line number Diff line number Diff line change
Expand Up @@ -1423,6 +1423,15 @@ This is a full example of the allowed configuration options on Windows:
"insecure-registries": []
}
```
#### Feature options
The optional field `features` in `daemon.json` grants docker users more granularity to
enable/disable specific features. For example, `{"features":{"buildkit": true}}` enables
`buildkit` as the default docker image builder.

The list of currently supported feature options:
- `buildkit`: It enables `buildkit` as default builder when set to `true` or disables it by
`false`. Note that if this option is not explicitly set in the daemon config file, then it
is up to the cli to determine which builder to invoke.

#### Configuration reload behavior

Expand Down

0 comments on commit 8bc6ac1

Please sign in to comment.