Skip to content

Commit

Permalink
Merge pull request #5472 from austinvazquez/touch-up-docs
Browse files Browse the repository at this point in the history
docs: remove older warning format
  • Loading branch information
crazy-max authored Oct 31, 2024
2 parents fd61877 + d04d063 commit 4622a2b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/dockerfile/docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,6 @@ 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 }
### RUN --security

Expand All @@ -964,7 +963,6 @@ 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 }
Default sandbox mode can be activated via `--security=sandbox`, but that is no-op.

Expand Down Expand Up @@ -2261,7 +2259,6 @@ runtime, runs the relevant `ENTRYPOINT` and `CMD` commands.
>
> On Windows, the user must be created first if it's not a built-in account.
> This can be done with the `net user` command called as part of a Dockerfile.
{ .warning }
```dockerfile
FROM microsoft/windowsservercore
Expand Down Expand Up @@ -2332,7 +2329,6 @@ flag.
>
> Refer to the [`RUN --mount=type=secret`](#run---mounttypesecret) section to
> learn about secure ways to use secrets when building images.
{ .warning }
A Dockerfile may include one or more `ARG` instructions. For example,
the following is a valid Dockerfile:
Expand Down

0 comments on commit 4622a2b

Please sign in to comment.