mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 17:37:46 +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:
parent
7f0e05dfac
commit
773fac9a73
@ -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).
|
[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
|
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**
|
**Examples**
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@ eager_beaver
|
|||||||
```
|
```
|
||||||
|
|
||||||
Adds flags when starting the buildkitd daemon. They take precedence over the
|
Adds flags when starting the buildkitd daemon. They take precedence over the
|
||||||
configuration file specified by [`--config`](#--config-file). See `buildkitd --help`
|
configuration file specified by [`--config`](#config). See `buildkitd --help`
|
||||||
for the available flags.
|
for the available flags.
|
||||||
|
|
||||||
**Example**
|
**Example**
|
||||||
@ -81,7 +81,7 @@ for the available flags.
|
|||||||
```
|
```
|
||||||
|
|
||||||
Specifies the configuration file for the buildkitd daemon to use. The configuration
|
Specifies the configuration file for the buildkitd daemon to use. The configuration
|
||||||
can be overridden by [`--buildkitd-flags`](#--buildkitd-flags-flags).
|
can be overridden by [`--buildkitd-flags`](#buildkitd-flags).
|
||||||
See an [example buildkitd configuration file](https://github.com/moby/buildkit/blob/master/docs/buildkitd.toml.md).
|
See an [example buildkitd configuration file](https://github.com/moby/buildkit/blob/master/docs/buildkitd.toml.md).
|
||||||
|
|
||||||
### <a name="driver"></a> Set the builder driver to use (--driver)
|
### <a name="driver"></a> Set the builder driver to use (--driver)
|
||||||
@ -96,7 +96,7 @@ their own specificities.
|
|||||||
#### `docker` driver
|
#### `docker` driver
|
||||||
|
|
||||||
Uses the builder that is built into the docker daemon. With this driver,
|
Uses the builder that is built into the docker daemon. With this driver,
|
||||||
the [`--load`](buildx_build.md#--load) flag is implied by default on
|
the [`--load`](buildx_build.md#load) flag is implied by default on
|
||||||
`buildx build`. However, building multi-platform images or exporting cache is
|
`buildx build`. However, building multi-platform images or exporting cache is
|
||||||
not currently supported.
|
not currently supported.
|
||||||
|
|
||||||
@ -106,7 +106,7 @@ Uses a BuildKit container that will be spawned via docker. With this driver,
|
|||||||
both building multi-platform images and exporting cache are supported.
|
both building multi-platform images and exporting cache are supported.
|
||||||
|
|
||||||
Unlike `docker` driver, built images will not automatically appear in
|
Unlike `docker` driver, built images will not automatically appear in
|
||||||
`docker images` and [`build --load`](buildx_build.md#--load) needs to be used
|
`docker images` and [`build --load`](buildx_build.md#load) needs to be used
|
||||||
to achieve that.
|
to achieve that.
|
||||||
|
|
||||||
#### `kubernetes` driver
|
#### `kubernetes` driver
|
||||||
@ -115,7 +115,7 @@ Uses a kubernetes pods. With this driver, you can spin up pods with defined
|
|||||||
BuildKit container image to build your images.
|
BuildKit container image to build your images.
|
||||||
|
|
||||||
Unlike `docker` driver, built images will not automatically appear in
|
Unlike `docker` driver, built images will not automatically appear in
|
||||||
`docker images` and [`build --load`](buildx_build.md#--load) needs to be used
|
`docker images` and [`build --load`](buildx_build.md#load) needs to be used
|
||||||
to achieve that.
|
to achieve that.
|
||||||
|
|
||||||
### <a name="driver-opt"></a> Set additional driver-specific options (--driver-opt)
|
### <a name="driver-opt"></a> Set additional driver-specific options (--driver-opt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user