mirror of https://github.com/docker/docs.git
Fix a typo in the Build drivers manual (#22515)
## Description This pull request fixes a minor typo in the Build drivers manual.
This commit is contained in:
parent
744ff18368
commit
0e48c4beef
|
@ -10,7 +10,7 @@ aliases:
|
|||
---
|
||||
|
||||
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.
|
||||
Buildx supports the following drivers:
|
||||
|
||||
- `docker`: uses the BuildKit library bundled into the Docker daemon.
|
||||
|
|
Loading…
Reference in New Issue