Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
| ... | ... |
@@ -15,13 +15,13 @@ Docker uses [Go templates](https://golang.org/pkg/text/template/) to allow users |
| 15 | 15 |
of certain commands and log drivers. Each command a driver provides a detailed |
| 16 | 16 |
list of elements they support in their templates: |
| 17 | 17 |
|
| 18 |
-- [Docker Images formatting](https://docs.docker.com/engine/reference/commandline/images/#formatting) |
|
| 19 |
-- [Docker Inspect formatting](https://docs.docker.com/engine/reference/commandline/inspect/#examples) |
|
| 20 |
-- [Docker Log Tag formatting](https://docs.docker.com/engine/admin/logging/log_tags/) |
|
| 21 |
-- [Docker Network Inspect formatting](https://docs.docker.com/engine/reference/commandline/network_inspect/) |
|
| 22 |
-- [Docker PS formatting](https://docs.docker.com/engine/reference/commandline/ps/#formatting) |
|
| 23 |
-- [Docker Volume Inspect formatting](https://docs.docker.com/engine/reference/commandline/volume_inspect/) |
|
| 24 |
-- [Docker Version formatting](https://docs.docker.com/engine/reference/commandline/version/#examples) |
|
| 18 |
+- [Docker Images formatting](../reference/commandline/images.md#formatting) |
|
| 19 |
+- [Docker Inspect formatting](../reference/commandline/inspect.md#examples) |
|
| 20 |
+- [Docker Log Tag formatting](logging/log_tags.md) |
|
| 21 |
+- [Docker Network Inspect formatting](../reference/commandline/network_inspect.md) |
|
| 22 |
+- [Docker PS formatting](../reference/commandline/ps.md#formatting) |
|
| 23 |
+- [Docker Volume Inspect formatting](../reference/commandline/volume_inspect.md) |
|
| 24 |
+- [Docker Version formatting](../reference/commandline/version.md#examples) |
|
| 25 | 25 |
|
| 26 | 26 |
## Template functions |
| 27 | 27 |
|
| ... | ... |
@@ -51,7 +51,7 @@ respectively. |
| 51 | 51 |
|
| 52 | 52 |
## Default user authorization mechanism |
| 53 | 53 |
|
| 54 |
-If TLS is enabled in the [Docker daemon](https://docs.docker.com/engine/security/https/), the default user authorization flow extracts the user details from the certificate subject name. |
|
| 54 |
+If TLS is enabled in the [Docker daemon](../security/https.md), the default user authorization flow extracts the user details from the certificate subject name. |
|
| 55 | 55 |
That is, the `User` field is set to the client certificate subject common name, and the `AuthenticationMethod` field is set to `TLS`. |
| 56 | 56 |
|
| 57 | 57 |
## Basic architecture |
| ... | ... |
@@ -74,7 +74,7 @@ Docker Hub is the central hub for Docker. It hosts public Docker images |
| 74 | 74 |
and provides services to help you build and manage your Docker |
| 75 | 75 |
environment. To learn more: |
| 76 | 76 |
|
| 77 |
-Go to [Using Docker Hub](https://docs.docker.com/docker-hub). |
|
| 77 |
+Go to [Using Docker Hub](https://docs.docker.com/docker-hub/). |
|
| 78 | 78 |
|
| 79 | 79 |
### Docker Machine |
| 80 | 80 |
|
| ... | ... |
@@ -108,7 +108,7 @@ Go to [Docker Swarm user guide](https://docs.docker.com/swarm/). |
| 108 | 108 |
* [Docker Hub](https://hub.docker.com) |
| 109 | 109 |
* [Docker blog](https://blog.docker.com/) |
| 110 | 110 |
* [Docker documentation](https://docs.docker.com/) |
| 111 |
-* [Docker Getting Started Guide](https://docs.docker.com/mac/started/) |
|
| 111 |
+* [Docker Getting Started Guide](../getstarted/index.md) |
|
| 112 | 112 |
* [Docker code on GitHub](https://github.com/docker/docker) |
| 113 | 113 |
* [Docker mailing |
| 114 | 114 |
list](https://groups.google.com/forum/#!forum/docker-user) |