Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 9bfd222

Browse files
authored
Merge pull request #40800 from thaJeztah/19.03_backport_api_docs_fix_link
[19.03 backport] api docs: fix broken link on GitHub Upstream-commit: 860e7e273db4ea8494858fc3af3008719b8bcfba Component: engine
2 parents b5cb39e + 3f6cbaf commit 9bfd222

7 files changed

Lines changed: 18 additions & 18 deletions

File tree

components/engine/docs/api/v1.18.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ redirect_from:
1919
## 1. Brief introduction
2020

2121
- The daemon listens on `unix:///var/run/docker.sock` but you can
22-
[Bind Docker to another host/port or a Unix socket](../reference/commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
22+
[Bind Docker to another host/port or a Unix socket](https://docs.docker.com/engine/reference/commandline/dockerd/#bind-docker-to-another-host-port-or-a-unix-socket).
2323
- The API tends to be REST, but for some complex commands, like `attach`
2424
or `pull`, the HTTP connection is hijacked to transport `stdout`,
2525
`stdin` and `stderr`.
@@ -1234,7 +1234,7 @@ the path to the alternate build instructions file to use.
12341234

12351235
The archive may include any number of other files,
12361236
which are accessible in the build context (See the [*ADD build
1237-
command*](../reference/builder.md#add)).
1237+
command*](https://docs.docker.com/engine/reference/builder/#add)).
12381238

12391239
The Docker daemon performs a preliminary validation of the `Dockerfile` before
12401240
starting the build, and returns an error if the syntax is incorrect. After that,

components/engine/docs/api/v1.19.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ redirect_from:
1919
## 1. Brief introduction
2020

2121
- The daemon listens on `unix:///var/run/docker.sock` but you can
22-
[Bind Docker to another host/port or a Unix socket](../reference/commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
22+
[Bind Docker to another host/port or a Unix socket](https://docs.docker.com/engine/reference/commandline/dockerd/#bind-docker-to-another-host-port-or-a-unix-socket).
2323
- The API tends to be REST. However, for some complex commands, like `attach`
2424
or `pull`, the HTTP connection is hijacked to transport `stdout`,
2525
`stdin` and `stderr`.
@@ -1276,7 +1276,7 @@ the path to the alternate build instructions file to use.
12761276

12771277
The archive may include any number of other files,
12781278
which are accessible in the build context (See the [*ADD build
1279-
command*](../reference/builder.md#add)).
1279+
command*](https://docs.docker.com/engine/reference/builder/#add)).
12801280

12811281
The Docker daemon performs a preliminary validation of the `Dockerfile` before
12821282
starting the build, and returns an error if the syntax is incorrect. After that,

components/engine/docs/api/v1.20.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ redirect_from:
1919
## 1. Brief introduction
2020

2121
- The daemon listens on `unix:///var/run/docker.sock` but you can
22-
[Bind Docker to another host/port or a Unix socket](../reference/commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
22+
[Bind Docker to another host/port or a Unix socket](https://docs.docker.com/engine/reference/commandline/dockerd/#bind-docker-to-another-host-port-or-a-unix-socket).
2323
- The API tends to be REST. However, for some complex commands, like `attach`
2424
or `pull`, the HTTP connection is hijacked to transport `stdout`,
2525
`stdin` and `stderr`.
@@ -1407,7 +1407,7 @@ the path to the alternate build instructions file to use.
14071407

14081408
The archive may include any number of other files,
14091409
which are accessible in the build context (See the [*ADD build
1410-
command*](../reference/builder.md#add)).
1410+
command*](https://docs.docker.com/engine/reference/builder/#add)).
14111411

14121412
The Docker daemon performs a preliminary validation of the `Dockerfile` before
14131413
starting the build, and returns an error if the syntax is incorrect. After that,

components/engine/docs/api/v1.21.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ redirect_from:
1919
## 1. Brief introduction
2020

2121
- The daemon listens on `unix:///var/run/docker.sock` but you can
22-
[Bind Docker to another host/port or a Unix socket](../reference/commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
22+
[Bind Docker to another host/port or a Unix socket](https://docs.docker.com/engine/reference/commandline/dockerd/#bind-docker-to-another-host-port-or-a-unix-socket).
2323
- The API tends to be REST. However, for some complex commands, like `attach`
2424
or `pull`, the HTTP connection is hijacked to transport `stdout`,
2525
`stdin` and `stderr`.
@@ -1488,7 +1488,7 @@ the path to the alternate build instructions file to use.
14881488

14891489
The archive may include any number of other files,
14901490
which are accessible in the build context (See the [*ADD build
1491-
command*](../reference/builder.md#add)).
1491+
command*](https://docs.docker.com/engine/reference/builder/#add)).
14921492

14931493
The Docker daemon performs a preliminary validation of the `Dockerfile` before
14941494
starting the build, and returns an error if the syntax is incorrect. After that,
@@ -1526,7 +1526,7 @@ or being killed.
15261526
these values at build-time. Docker uses the `buildargs` as the environment
15271527
context for command(s) run via the Dockerfile's `RUN` instruction or for
15281528
variable expansion in other Dockerfile instructions. This is not meant for
1529-
passing secret values. [Read more about the buildargs instruction](../reference/builder.md#arg)
1529+
passing secret values. [Read more about the buildargs instruction](https://docs.docker.com/engine/reference/builder/#arg)
15301530

15311531
**Request Headers**:
15321532

components/engine/docs/api/v1.22.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ redirect_from:
1919
## 1. Brief introduction
2020

2121
- The daemon listens on `unix:///var/run/docker.sock` but you can
22-
[Bind Docker to another host/port or a Unix socket](../reference/commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
22+
[Bind Docker to another host/port or a Unix socket](https://docs.docker.com/engine/reference/commandline/dockerd/#bind-docker-to-another-host-port-or-a-unix-socket).
2323
- The API tends to be REST. However, for some complex commands, like `attach`
2424
or `pull`, the HTTP connection is hijacked to transport `stdout`,
2525
`stdin` and `stderr`.
@@ -1669,7 +1669,7 @@ the path to the alternate build instructions file to use.
16691669

16701670
The archive may include any number of other files,
16711671
which are accessible in the build context (See the [*ADD build
1672-
command*](../reference/builder.md#add)).
1672+
command*](https://docs.docker.com/engine/reference/builder/#add)).
16731673

16741674
The Docker daemon performs a preliminary validation of the `Dockerfile` before
16751675
starting the build, and returns an error if the syntax is incorrect. After that,
@@ -1707,7 +1707,7 @@ or being killed.
17071707
these values at build-time. Docker uses the `buildargs` as the environment
17081708
context for command(s) run via the Dockerfile's `RUN` instruction or for
17091709
variable expansion in other Dockerfile instructions. This is not meant for
1710-
passing secret values. [Read more about the buildargs instruction](../reference/builder.md#arg)
1710+
passing secret values. [Read more about the buildargs instruction](https://docs.docker.com/engine/reference/builder/#arg)
17111711
- **shmsize** - Size of `/dev/shm` in bytes. The size must be greater than 0. If omitted the system uses 64MB.
17121712

17131713
**Request Headers**:

components/engine/docs/api/v1.23.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ redirect_from:
1919
## 1. Brief introduction
2020

2121
- The daemon listens on `unix:///var/run/docker.sock` but you can
22-
[Bind Docker to another host/port or a Unix socket](../reference/commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
22+
[Bind Docker to another host/port or a Unix socket](https://docs.docker.com/engine/reference/commandline/dockerd/#bind-docker-to-another-host-port-or-a-unix-socket).
2323
- The API tends to be REST. However, for some complex commands, like `attach`
2424
or `pull`, the HTTP connection is hijacked to transport `stdout`,
2525
`stdin` and `stderr`.
@@ -1703,7 +1703,7 @@ the path to the alternate build instructions file to use.
17031703

17041704
The archive may include any number of other files,
17051705
which are accessible in the build context (See the [*ADD build
1706-
command*](../reference/builder.md#add)).
1706+
command*](https://docs.docker.com/engine/reference/builder/#add)).
17071707

17081708
The Docker daemon performs a preliminary validation of the `Dockerfile` before
17091709
starting the build, and returns an error if the syntax is incorrect. After that,
@@ -1741,7 +1741,7 @@ or being killed.
17411741
these values at build-time. Docker uses the `buildargs` as the environment
17421742
context for command(s) run via the Dockerfile's `RUN` instruction or for
17431743
variable expansion in other Dockerfile instructions. This is not meant for
1744-
passing secret values. [Read more about the buildargs instruction](../reference/builder.md#arg)
1744+
passing secret values. [Read more about the buildargs instruction](https://docs.docker.com/engine/reference/builder/#arg)
17451745
- **shmsize** - Size of `/dev/shm` in bytes. The size must be greater than 0. If omitted the system uses 64MB.
17461746
- **labels** – JSON map of string pairs for labels to set on the image.
17471747

components/engine/docs/api/v1.24.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ redirect_from:
1919
## 1. Brief introduction
2020

2121
- The daemon listens on `unix:///var/run/docker.sock` but you can
22-
[Bind Docker to another host/port or a Unix socket](../reference/commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
22+
[Bind Docker to another host/port or a Unix socket](https://docs.docker.com/engine/reference/commandline/dockerd/#bind-docker-to-another-host-port-or-a-unix-socket).
2323
- The API tends to be REST. However, for some complex commands, like `attach`
2424
or `pull`, the HTTP connection is hijacked to transport `stdout`,
2525
`stdin` and `stderr`.
@@ -1718,7 +1718,7 @@ the path to the alternate build instructions file to use.
17181718

17191719
The archive may include any number of other files,
17201720
which are accessible in the build context (See the [*ADD build
1721-
command*](../reference/builder.md#add)).
1721+
command*](https://docs.docker.com/engine/reference/builder/#add)).
17221722

17231723
The Docker daemon performs a preliminary validation of the `Dockerfile` before
17241724
starting the build, and returns an error if the syntax is incorrect. After that,
@@ -1756,7 +1756,7 @@ or being killed.
17561756
these values at build-time. Docker uses the `buildargs` as the environment
17571757
context for command(s) run via the Dockerfile's `RUN` instruction or for
17581758
variable expansion in other Dockerfile instructions. This is not meant for
1759-
passing secret values. [Read more about the buildargs instruction](../reference/builder.md#arg)
1759+
passing secret values. [Read more about the buildargs instruction](https://docs.docker.com/engine/reference/builder/#arg)
17601760
- **shmsize** - Size of `/dev/shm` in bytes. The size must be greater than 0. If omitted the system uses 64MB.
17611761
- **labels** – JSON map of string pairs for labels to set on the image.
17621762

0 commit comments

Comments
 (0)