Skip to content

Commit

Permalink
docs: fix warning callouts
Browse files Browse the repository at this point in the history
Signed-off-by: yumemio <59369226+yumemio@users.noreply.github.com>
  • Loading branch information
yumemio committed Nov 11, 2023
1 parent a9a5aaf commit d6852bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/dockerfile/docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ The command is run in the host's network environment (similar to
> which needs to be enabled when starting the buildkitd daemon with
> `--allow-insecure-entitlement network.host` flag or in [buildkitd config](https://github.com/moby/buildkit/blob/master/docs/buildkitd.toml.md),
> and for a build request with [`--allow network.host` flag](https://docs.docker.com/engine/reference/commandline/buildx_build/#allow).
{:.warning}
{ .warning }

## RUN --security

Expand All @@ -727,7 +727,7 @@ This is equivalent to running `docker run --privileged`.
> enabled when starting the buildkitd daemon with
> `--allow-insecure-entitlement security.insecure` flag or in [buildkitd config](https://github.com/moby/buildkit/blob/master/docs/buildkitd.toml.md),
> and for a build request with [`--allow security.insecure` flag](https://docs.docker.com/engine/reference/commandline/buildx_build/#allow).
{:.warning}
{ .warning }

#### Example: check entitlements

Expand Down Expand Up @@ -1958,7 +1958,7 @@ ARG buildno
>
> Refer to the [`RUN --mount=type=secret`](#run---mounttypesecret) section to
> learn about secure ways to use secrets when building images.
{:.warning}
{ .warning }

### Default values

Expand Down

0 comments on commit d6852bb

Please sign in to comment.