Skip to content

Commit 99023cb

Browse files
authored
Merge pull request #3948 from thaJeztah/fix_anchor_links
docs: fix anchor links
2 parents e5b29b8 + 71e5617 commit 99023cb

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

docs/deprecated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ This release marks the beginning of the deprecation cycle of the classic ("legac
123123
builder for Linux images. No active development will happen on the classic builder
124124
(except for bugfixes). BuildKit development started five Years ago, left the
125125
"experimental" phase since Docker 18.09, and is already the default builder for
126-
[Docker Desktop](https://docs.docker.com/desktop/mac/release-notes/3.x/#docker-desktop-320).
126+
[Docker Desktop](https://docs.docker.com/desktop/previous-versions/3.x-mac/#docker-desktop-320).
127127
While we're comfortable that BuildKit is stable for general use, there may be
128128
some changes in behavior. If you encounter issues with BuildKit, we encourage
129129
you to report issues in the [BuildKit issue tracker on GitHub](https://github.com/moby/buildkit/){:target="_blank" rel="noopener" class="_"}

docs/reference/commandline/build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ used in the build will be run with the [corresponding `docker run` flag](../run.
405405
### <a name=ulimit></a> Set ulimits in container (--ulimit)
406406

407407
Using the `--ulimit` option with `docker build` will cause each build step's
408-
container to be started using those [`--ulimit` flag values](run.md#set-ulimits-in-container---ulimit).
408+
container to be started using those [`--ulimit` flag values](run.md#ulimit).
409409

410410
### <a name=build-arg></a> Set build-time variables (--build-arg)
411411

@@ -442,7 +442,7 @@ $ export HTTP_PROXY=http://10.20.30.2:1234
442442
$ docker build --build-arg HTTP_PROXY .
443443
```
444444

445-
This is similar to how `docker run -e` works. Refer to the [`docker run` documentation](https://docs.docker.com/engine/reference/commandline/run/#set-environment-variables--e---env---env-file)
445+
This is similar to how `docker run -e` works. Refer to the [`docker run` documentation](run.md#env)
446446
for more information.
447447

448448
### <a name=security-opt></a> Optional security options (--security-opt)

docs/reference/commandline/cli.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -153,17 +153,17 @@ different location.
153153
These fields allow you to customize the default output format for some commands
154154
if no `--format` flag is provided.
155155

156-
| Property | Description |
157-
|:-----------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
158-
| `configFormat` | Custom default format for `docker config ls` output. Refer to the [**format the output** section in the `docker config ls` documentation](config_ls.md#format-the-output) for a list of supported formatting directives. |
159-
| `imagesFormat` | Custom default format for `docker images` / `docker image ls` output. Refer to the [**format the output** section in the `docker images` documentation](images.md#format-the-output) for a list of supported formatting directives. |
160-
| `nodesFormat` | Custom default format for `docker node ls` output. Refer to the [**formatting** section in the `docker node ls` documentation](node_ls.md#formatting) for a list of supported formatting directives. |
161-
| `pluginsFormat` | Custom default format for `docker plugin ls` output. Refer to the [**formatting** section in the `docker plugin ls` documentation](plugin_ls.md#formatting) for a list of supported formatting directives. |
162-
| `psFormat` | Custom default format for `docker ps` / `docker container ps` output. Refer to the [**formatting** section in the `docker ps` documentation](ps.md#formatting) for a list of supported formatting directives. |
163-
| `secretFormat` | Custom default format for `docker secret ls` output. Refer to the [**format the output** section in the `docker secret ls` documentation](secret_ls.md#format-the-output) for a list of supported formatting directives. |
164-
| `serviceInspectFormat` | Custom default format for `docker service inspect` output. Refer to the [**formatting** section in the `docker service inspect` documentation](service_inspect.md#formatting) for a list of supported formatting directives. |
165-
| `servicesFormat` | Custom default format for `docker service ls` output. Refer to the [**formatting** section in the `docker service ls` documentation](service_ls.md#formatting) for a list of supported formatting directives. |
166-
| `statsFormat` | Custom default format for `docker stats` output. Refer to the [**formatting** section in the `docker stats` documentation](stats.md#formatting) for a list of supported formatting directives. |
156+
| Property | Description |
157+
|:-----------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
158+
| `configFormat` | Custom default format for `docker config ls` output. Refer to the [**format the output** section in the `docker config ls` documentation](config_ls.md#format) for a list of supported formatting directives. |
159+
| `imagesFormat` | Custom default format for `docker images` / `docker image ls` output. Refer to the [**format the output** section in the `docker images` documentation](images.md#format) for a list of supported formatting directives. |
160+
| `nodesFormat` | Custom default format for `docker node ls` output. Refer to the [**formatting** section in the `docker node ls` documentation](node_ls.md#format) for a list of supported formatting directives. |
161+
| `pluginsFormat` | Custom default format for `docker plugin ls` output. Refer to the [**formatting** section in the `docker plugin ls` documentation](plugin_ls.md#format) for a list of supported formatting directives. |
162+
| `psFormat` | Custom default format for `docker ps` / `docker container ps` output. Refer to the [**formatting** section in the `docker ps` documentation](ps.md#format) for a list of supported formatting directives. |
163+
| `secretFormat` | Custom default format for `docker secret ls` output. Refer to the [**format the output** section in the `docker secret ls` documentation](secret_ls.md#format) for a list of supported formatting directives. |
164+
| `serviceInspectFormat` | Custom default format for `docker service inspect` output. Refer to the [**formatting** section in the `docker service inspect` documentation](service_inspect.md#format) for a list of supported formatting directives. |
165+
| `servicesFormat` | Custom default format for `docker service ls` output. Refer to the [**formatting** section in the `docker service ls` documentation](service_ls.md#format) for a list of supported formatting directives. |
166+
| `statsFormat` | Custom default format for `docker stats` output. Refer to the [**formatting** section in the `docker stats` documentation](stats.md#format) for a list of supported formatting directives. |
167167

168168

169169
### Custom HTTP headers

docs/reference/commandline/cp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ $ docker cp CONTAINER:/var/logs/app.log - | tar x -O | grep "ERROR"
115115
### Corner cases
116116

117117
It is not possible to copy certain system files such as resources under
118-
`/proc`, `/sys`, `/dev`, [tmpfs](run.md#mount-tmpfs---tmpfs), and mounts created by
118+
`/proc`, `/sys`, `/dev`, [tmpfs](run.md#tmpfs), and mounts created by
119119
the user in the container. However, you can still copy such files by manually
120120
running `tar` in `docker exec`. Both of the following examples do the same thing
121121
in different ways (consider `SRC_PATH` and `DEST_PATH` are directories):

docs/reference/commandline/export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ with the container. If a volume is mounted on top of an existing directory in
2626
the container, `docker export` will export the contents of the *underlying*
2727
directory, not the contents of the volume.
2828

29-
Refer to [Backup, restore, or migrate data volumes](https://docs.docker.com/storage/volumes/#backup-restore-or-migrate-data-volumes)
29+
Refer to [Backup, restore, or migrate data volumes](https://docs.docker.com/storage/volumes/#back-up-restore-or-migrate-data-volumes)
3030
in the user guide for examples on exporting data in a volume.
3131

3232
## Examples

docs/reference/commandline/service_update.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ point, effectively removing the `test-data` volume. Each command returns the
156156
service name.
157157

158158
- The `--mount-add` flag takes the same parameters as the `--mount` flag on
159-
`service create`. Refer to the [volumes and bind mounts](service_create.md#add-bind-mounts-volumes-or-memory-filesystems)
159+
`service create`. Refer to the [volumes and bind mounts](service_create.md#mount-add)
160160
section in the `service create` reference for details.
161161

162162
- The `--mount-rm` flag takes the `target` path of the mount.
@@ -184,7 +184,7 @@ myservice
184184

185185
Use the `--publish-add` or `--publish-rm` flags to add or remove a published
186186
port for a service. You can use the short or long syntax discussed in the
187-
[docker service create](service_create.md#publish-service-ports-externally-to-the-swarm--p---publish)
187+
[docker service create](service_create.md#publish)
188188
reference.
189189

190190
The following example adds a published service port to an existing service.
@@ -199,7 +199,7 @@ $ docker service update \
199199

200200
Use the `--network-add` or `--network-rm` flags to add or remove a network for
201201
a service. You can use the short or long syntax discussed in the
202-
[docker service create](service_create.md#attach-a-service-to-an-existing-network---network)
202+
[docker service create](service_create.md#network)
203203
reference.
204204

205205
The following example adds a new alias name to an existing service already connected to network my-network:

docs/reference/commandline/stats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ e5c383697914 test-1951.1.kay7x1lh1twk9c0oig50sd5tr 0.00%
6666
4bda148efbc0 random.1.vnc8on831idyr42slu578u3cr 0.00% 1.672MiB / 1.952GiB 0.08% 110kB / 0B 578kB / 0B 2
6767
```
6868

69-
If you don't [specify a format string using `--format`](#formatting), the
69+
If you don't [specify a format string using `--format`](#format), the
7070
following columns are shown.
7171

7272
| Column name | Description |

0 commit comments

Comments
 (0)