Skip to content

Commit

Permalink
Merge pull request docker#2319 from dvdksn/doc-securitysandbox-link
Browse files Browse the repository at this point in the history
docs: fix link to new target in dockerfile reference
  • Loading branch information
crazy-max authored Mar 7, 2024
2 parents 1815e4d + 1cc5e39 commit fc22d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/buildx_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Allow extra privileged entitlement. List of entitlements:

- `network.host` - Allows executions with host networking.
- `security.insecure` - Allows executions without sandbox. See
[related Dockerfile extensions](https://docs.docker.com/reference/dockerfile/#run---securitysandbox).
[related Dockerfile extensions](https://docs.docker.com/reference/dockerfile/#run---security).

For entitlements to be enabled, the BuildKit daemon also needs to allow them
with `--allow-insecure-entitlement` (see [`create --buildkitd-flags`](buildx_create.md#buildkitd-flags)).
Expand Down

0 comments on commit fc22d39

Please sign in to comment.