Skip to content

Commit d04d063

Browse files
committed
docs: remove older warning format
Signed-off-by: Austin Vazquez <[email protected]>
1 parent 62bda5c commit d04d063

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

frontend/dockerfile/docs/reference.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,6 @@ The command is run in the host's network environment (similar to
943943
> which needs to be enabled when starting the buildkitd daemon with
944944
> `--allow-insecure-entitlement network.host` flag or in [buildkitd config](https://github.com/moby/buildkit/blob/master/docs/buildkitd.toml.md),
945945
> and for a build request with [`--allow network.host` flag](https://docs.docker.com/engine/reference/commandline/buildx_build/#allow).
946-
{ .warning }
947946
948947
### RUN --security
949948

@@ -964,7 +963,6 @@ This is equivalent to running `docker run --privileged`.
964963
> enabled when starting the buildkitd daemon with
965964
> `--allow-insecure-entitlement security.insecure` flag or in [buildkitd config](https://github.com/moby/buildkit/blob/master/docs/buildkitd.toml.md),
966965
> and for a build request with [`--allow security.insecure` flag](https://docs.docker.com/engine/reference/commandline/buildx_build/#allow).
967-
{ .warning }
968966
969967
Default sandbox mode can be activated via `--security=sandbox`, but that is no-op.
970968

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

0 commit comments

Comments
 (0)