Skip to content

Commit 4622a2b

Browse files
authored
Merge pull request moby#5472 from austinvazquez/touch-up-docs
docs: remove older warning format
2 parents fd61877 + d04d063 commit 4622a2b

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

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

0 commit comments

Comments
 (0)