docs: device entitlements

Signed-off-by: aevesdocker <allie.sadler@docker.com>
This commit is contained in:
aevesdocker
2025-09-11 10:25:49 +01:00
parent 426ddd8191
commit 9d8107ee3d
5 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ entitlements, making it clear when a build or bake operation requires elevated
privileges.
In addition to BuildKit's `network.host` and `security.insecure` entitlements
(see [`docker buildx build --allow`](https://docs.docker.com/reference/cli/docker/buildx/build/#allow),
(see [`docker buildx build --allow`](https://docs.docker.com/reference/cli/docker/buildx/build/#allow)),
Bake supports file system entitlements that grant granular control over file
system access. These are particularly useful when working with builds that need
access to files outside the default working directory.