Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/manuals/build/builders/drivers/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
---

Build drivers are configurations for how and where the BuildKit backend runs.
Driver settings are customizable and allows fine-grained control of the builder.
Driver settings are customizable and allow fine-grained control of the builder.

Check warning on line 13 in content/manuals/build/builders/drivers/_index.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.RecommendedWords] Consider using 'let' instead of 'allow' Raw Output: {"message": "[Docker.RecommendedWords] Consider using 'let' instead of 'allow'", "location": {"path": "content/manuals/build/builders/drivers/_index.md", "range": {"start": {"line": 13, "column": 38}}}, "severity": "INFO"}
Buildx supports the following drivers:

- `docker`: uses the BuildKit library bundled into the Docker daemon.
Expand Down