Browse code

api docs: fix broken link on GitHub

The pages that were linked to have moved, so changing the
links to point to docs.docker.com instead.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2020/04/09 20:44:51
Showing 7 changed files
... ...
@@ -19,7 +19,7 @@ redirect_from:
19 19
 ## 1. Brief introduction
20 20
 
21 21
  - 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).
23 23
  - The API tends to be REST, but for some complex commands, like `attach`
24 24
    or `pull`, the HTTP connection is hijacked to transport `stdout`,
25 25
    `stdin` and `stderr`.
... ...
@@ -1234,7 +1234,7 @@ the path to the alternate build instructions file to use.
1234 1234
 
1235 1235
 The archive may include any number of other files,
1236 1236
 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)).
1238 1238
 
1239 1239
 The Docker daemon performs a preliminary validation of the `Dockerfile` before
1240 1240
 starting the build, and returns an error if the syntax is incorrect. After that,
... ...
@@ -19,7 +19,7 @@ redirect_from:
19 19
 ## 1. Brief introduction
20 20
 
21 21
  - 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).
23 23
  - The API tends to be REST. However, for some complex commands, like `attach`
24 24
    or `pull`, the HTTP connection is hijacked to transport `stdout`,
25 25
    `stdin` and `stderr`.
... ...
@@ -1276,7 +1276,7 @@ the path to the alternate build instructions file to use.
1276 1276
 
1277 1277
 The archive may include any number of other files,
1278 1278
 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)).
1280 1280
 
1281 1281
 The Docker daemon performs a preliminary validation of the `Dockerfile` before
1282 1282
 starting the build, and returns an error if the syntax is incorrect. After that,
... ...
@@ -19,7 +19,7 @@ redirect_from:
19 19
 ## 1. Brief introduction
20 20
 
21 21
  - 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).
23 23
  - The API tends to be REST. However, for some complex commands, like `attach`
24 24
    or `pull`, the HTTP connection is hijacked to transport `stdout`,
25 25
    `stdin` and `stderr`.
... ...
@@ -1407,7 +1407,7 @@ the path to the alternate build instructions file to use.
1407 1407
 
1408 1408
 The archive may include any number of other files,
1409 1409
 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)).
1411 1411
 
1412 1412
 The Docker daemon performs a preliminary validation of the `Dockerfile` before
1413 1413
 starting the build, and returns an error if the syntax is incorrect. After that,
... ...
@@ -19,7 +19,7 @@ redirect_from:
19 19
 ## 1. Brief introduction
20 20
 
21 21
  - 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).
23 23
  - The API tends to be REST. However, for some complex commands, like `attach`
24 24
    or `pull`, the HTTP connection is hijacked to transport `stdout`,
25 25
    `stdin` and `stderr`.
... ...
@@ -1488,7 +1488,7 @@ the path to the alternate build instructions file to use.
1488 1488
 
1489 1489
 The archive may include any number of other files,
1490 1490
 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)).
1492 1492
 
1493 1493
 The Docker daemon performs a preliminary validation of the `Dockerfile` before
1494 1494
 starting the build, and returns an error if the syntax is incorrect. After that,
... ...
@@ -1526,7 +1526,7 @@ or being killed.
1526 1526
         these values at build-time. Docker uses the `buildargs` as the environment
1527 1527
         context for command(s) run via the Dockerfile's `RUN` instruction or for
1528 1528
         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)
1530 1530
 
1531 1531
 **Request Headers**:
1532 1532
 
... ...
@@ -19,7 +19,7 @@ redirect_from:
19 19
 ## 1. Brief introduction
20 20
 
21 21
  - 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).
23 23
  - The API tends to be REST. However, for some complex commands, like `attach`
24 24
    or `pull`, the HTTP connection is hijacked to transport `stdout`,
25 25
    `stdin` and `stderr`.
... ...
@@ -1669,7 +1669,7 @@ the path to the alternate build instructions file to use.
1669 1669
 
1670 1670
 The archive may include any number of other files,
1671 1671
 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)).
1673 1673
 
1674 1674
 The Docker daemon performs a preliminary validation of the `Dockerfile` before
1675 1675
 starting the build, and returns an error if the syntax is incorrect. After that,
... ...
@@ -1707,7 +1707,7 @@ or being killed.
1707 1707
         these values at build-time. Docker uses the `buildargs` as the environment
1708 1708
         context for command(s) run via the Dockerfile's `RUN` instruction or for
1709 1709
         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)
1711 1711
 -   **shmsize** - Size of `/dev/shm` in bytes. The size must be greater than 0.  If omitted the system uses 64MB.
1712 1712
 
1713 1713
 **Request Headers**:
... ...
@@ -19,7 +19,7 @@ redirect_from:
19 19
 ## 1. Brief introduction
20 20
 
21 21
  - 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).
23 23
  - The API tends to be REST. However, for some complex commands, like `attach`
24 24
    or `pull`, the HTTP connection is hijacked to transport `stdout`,
25 25
    `stdin` and `stderr`.
... ...
@@ -1703,7 +1703,7 @@ the path to the alternate build instructions file to use.
1703 1703
 
1704 1704
 The archive may include any number of other files,
1705 1705
 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)).
1707 1707
 
1708 1708
 The Docker daemon performs a preliminary validation of the `Dockerfile` before
1709 1709
 starting the build, and returns an error if the syntax is incorrect. After that,
... ...
@@ -1741,7 +1741,7 @@ or being killed.
1741 1741
         these values at build-time. Docker uses the `buildargs` as the environment
1742 1742
         context for command(s) run via the Dockerfile's `RUN` instruction or for
1743 1743
         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)
1745 1745
 -   **shmsize** - Size of `/dev/shm` in bytes. The size must be greater than 0.  If omitted the system uses 64MB.
1746 1746
 -   **labels** – JSON map of string pairs for labels to set on the image.
1747 1747
 
... ...
@@ -19,7 +19,7 @@ redirect_from:
19 19
 ## 1. Brief introduction
20 20
 
21 21
  - 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).
23 23
  - The API tends to be REST. However, for some complex commands, like `attach`
24 24
    or `pull`, the HTTP connection is hijacked to transport `stdout`,
25 25
    `stdin` and `stderr`.
... ...
@@ -1718,7 +1718,7 @@ the path to the alternate build instructions file to use.
1718 1718
 
1719 1719
 The archive may include any number of other files,
1720 1720
 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)).
1722 1722
 
1723 1723
 The Docker daemon performs a preliminary validation of the `Dockerfile` before
1724 1724
 starting the build, and returns an error if the syntax is incorrect. After that,
... ...
@@ -1756,7 +1756,7 @@ or being killed.
1756 1756
         these values at build-time. Docker uses the `buildargs` as the environment
1757 1757
         context for command(s) run via the Dockerfile's `RUN` instruction or for
1758 1758
         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)
1760 1760
 -   **shmsize** - Size of `/dev/shm` in bytes. The size must be greater than 0.  If omitted the system uses 64MB.
1761 1761
 -   **labels** – JSON map of string pairs for labels to set on the image.
1762 1762