mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-15 07:57:07 +08:00
docs: fix some broken anchors
- ./_site/engine/reference/commandline/buildx_build/index.html * linking to internal hash #--buildkitd-flags-flags that does not exist (line 904) <a href="/engine/reference/commandline/buildx_create/#--buildkitd-flags-flags"></a> - ./_site/engine/reference/commandline/buildx_create/index.html * linking to internal hash #--buildkitd-flags-flags that does not exist (line 350) <a href="#--buildkitd-flags-flags"></a> * linking to internal hash #--config-file that does not exist (line 336) <a href="#--config-file"></a> * linking to internal hash #--config-file that does not exist (line 336) <a href="/engine/reference/commandline/buildx_build/#--load"></a> * linking to internal hash #--load that does not exist (line 369) <a href="/engine/reference/commandline/buildx_build/#--load"></a> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@ -309,7 +309,7 @@ Allow extra privileged entitlement. List of entitlements:
|
||||
[related Dockerfile extensions](https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/experimental.md#run---securityinsecuresandbox).
|
||||
|
||||
For entitlements to be enabled, the `buildkitd` daemon also needs to allow them
|
||||
with `--allow-insecure-entitlement` (see [`create --buildkitd-flags`](buildx_create.md#--buildkitd-flags-flags))
|
||||
with `--allow-insecure-entitlement` (see [`create --buildkitd-flags`](buildx_create.md#buildkitd-flags))
|
||||
|
||||
**Examples**
|
||||
|
||||
|
Reference in New Issue
Block a user