mirror of https://github.com/docker/docs.git
fix links by using the hugo syntax for cross-referencing
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
9316d94dc3
commit
c4bab8b8b8
|
@ -16,7 +16,7 @@ This guide covers tasks and functions an administrator of Docker Trusted Registr
|
|||
(DTR) will need to know about, such as reporting, logging, system management,
|
||||
performance metrics, etc.
|
||||
For tasks DTR users need to accomplish, such as using DTR to push and pull
|
||||
images, please visit the [User's Guide](userguide.md).
|
||||
images, please visit the [User's Guide]({{< relref "userguide.md" >}}).
|
||||
|
||||
## Reporting
|
||||
|
||||
|
@ -322,4 +322,4 @@ If you need to stop and/or start DTR (for upgrading, troubleshooting, etc.), use
|
|||
|
||||
## Next Steps
|
||||
|
||||
For information on installing DTR, take a look at the [Installation instructions](install.md).
|
||||
For information on installing DTR, take a look at the [Installation instructions]({{< relref "install.md" >}}).
|
||||
|
|
|
@ -373,5 +373,5 @@ confirm which setting you need.
|
|||
## Next Steps
|
||||
|
||||
For information on getting support for DTR, take a look at the
|
||||
[Support information](support.md).
|
||||
[Support information]({{< relref "support.md" >}}).
|
||||
|
||||
|
|
14
index.md
14
index.md
|
@ -37,7 +37,7 @@ DTR is perfect for:
|
|||
|
||||
DTR is built on [version 2 of the Docker registry](https://github.com/docker/distribution).
|
||||
|
||||
To get your copy of DTR, including a free trial, visit [the Docker Subscription page](https://hub-beta.docker.com/enterprise/). For more information on acquiring DTR, see the [install page](install.md).
|
||||
To get your copy of DTR, including a free trial, visit [the Docker Subscription page](https://hub-beta.docker.com/enterprise/). For more information on acquiring DTR, see the [install page]({{< relref "install.md" >}}).
|
||||
|
||||
> **Important**: DTR must be used with the current version of the commercially
|
||||
> supported Docker Engine. You must install this version of Docker before
|
||||
|
@ -49,18 +49,18 @@ To get your copy of DTR, including a free trial, visit [the Docker Subscription
|
|||
The following documentation for DTR is available:
|
||||
|
||||
* **Overview** This page.
|
||||
* [**Quick Start: Basic User Workflow**](quick-start.md) Go here to learn the
|
||||
* [**Quick Start: Basic User Workflow**]({{< relref "quick-start.md" >}}) Go here to learn the
|
||||
fundamentals of how DTR works and how you can set up a simple, but useful
|
||||
workflow.
|
||||
* [**User Guide**](userguide.md) Go here to learn about using DTR from day to
|
||||
* [**User Guide**]({{< relref "userguide.md" >}}) Go here to learn about using DTR from day to
|
||||
day.
|
||||
* [**Administrator Guide**](adminguide.md) Go here if you are an administrator
|
||||
* [**Administrator Guide**]({{< relref "adminguide.md" >}}) Go here if you are an administrator
|
||||
responsible for running and maintaining DTR.
|
||||
* [**Installation**](install.md) Go here for the steps you'll need to install
|
||||
* [**Installation**]({{< relref "install.md" >}}) Go here for the steps you'll need to install
|
||||
DTR and get it working.
|
||||
* [**Configuration**](configuration.md) Go here to find out details about
|
||||
* [**Configuration**]({{< relref "configuration.md" >}}) Go here to find out details about
|
||||
setting up and configuring DTR for your particular environment.
|
||||
* [**Support**](support.md) Go here for information on getting support for
|
||||
* [**Support**]({{< relref "support.md" >}}) Go here for information on getting support for
|
||||
DTR.
|
||||
|
||||
Note: DTR requires that you use the commercially supported Docker Engine.
|
||||
|
|
|
@ -17,7 +17,7 @@ Docker Trusted Registry (DTR). DTR is installed from Docker containers. Once
|
|||
installed, you will need to select a method of securing it. This doc will
|
||||
explain the options you have for security and help you find the resources needed
|
||||
to configure it according to your chosen method. More configuration details can
|
||||
be found in the [DTR Configuration page](configuration.md).
|
||||
be found in the [DTR Configuration page]({{< relref "configuration.md" >}}).
|
||||
|
||||
Specifically, installation requires completion of these steps, in order:
|
||||
|
||||
|
@ -314,7 +314,7 @@ see the [configuration documentation](configuration.md#security)
|
|||
Now that you have DTR configured with a "Domain Name" and have your client
|
||||
Docker daemons configured with the required security settings, you can test your
|
||||
setup by following the instructions for
|
||||
[Using DTR to Push and pull images](userguide.md).
|
||||
[Using DTR to Push and pull images]({{< relref "userguide.md" >}}).
|
||||
|
||||
### DTR web interface and registry authentication
|
||||
|
||||
|
@ -363,4 +363,4 @@ You should now [upgrade CS Docker Engine](#upgrading-the-commercially-supported-
|
|||
## Next Steps
|
||||
|
||||
For information on configuring DTR for your environment, take a look at the
|
||||
[Configuration instructions](configuration.md).
|
||||
[Configuration instructions]({{< relref "configuration.md" >}}).
|
||||
|
|
|
@ -44,7 +44,7 @@ You should be able to complete this guide in about thirty minutes.
|
|||
> **Note:** This guide assumes you have installed a working instance of DTR
|
||||
> reachable at dtr.yourdomain.com. If you need help installing and configuring
|
||||
> DTR, please consult the
|
||||
[installation instructions](install.md).
|
||||
[installation instructions]({{< relref "install.md" >}}).
|
||||
|
||||
|
||||
## Pulling the official Jenkins image
|
||||
|
@ -335,4 +335,4 @@ configured, secured Jenkins instance that can run on any infrastructure.
|
|||
## Next Steps
|
||||
|
||||
For more information on using DTR, take a look at the
|
||||
[User's Guide](userguide.md).
|
||||
[User's Guide]({{< relref "userguide.md" >}}).
|
||||
|
|
|
@ -14,7 +14,7 @@ weight=100
|
|||
|
||||
## Prior Versions
|
||||
|
||||
These notes refer to the current release of Docker Trusted Registry and the commercially supported Docker Engine. For notes on older versions of these, see the [prior release notes archive](prior-release-notes.md).
|
||||
These notes refer to the current release of Docker Trusted Registry and the commercially supported Docker Engine. For notes on older versions of these, see the [prior release notes archive]({{< relref "prior-release-notes.md" >}}).
|
||||
|
||||
## Docker Trusted Registry (DTR)
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ weight=2
|
|||
This guide covers tasks and functions a user of Docker Trusted Registry (DTR) will
|
||||
need to know about, such as pushing or pulling images, etc. For tasks DTR
|
||||
administrators need to accomplish, such as configuring or monitoring DTR, please
|
||||
visit the [Administrator's Guide](adminguide.md).
|
||||
visit the [Administrator's Guide]({{< relref "adminguide.md" >}}).
|
||||
|
||||
## Overview
|
||||
|
||||
|
@ -32,7 +32,7 @@ push` command to add an image to a DTR repository. To learn more about Docker
|
|||
images, see
|
||||
[User Guide: Working with Docker Images](https://docs.docker.com/userguide/dockerimages/). For a step-by-step
|
||||
example of the entire process, see the
|
||||
[Quick Start: Basic Workflow Guide](quick-start.md).
|
||||
[Quick Start: Basic Workflow Guide]({{< relref "quick-start.md" >}}).
|
||||
|
||||
> **Note**: If your DTR instance has authentication enabled, you will need to
|
||||
>use your command line to `docker login <dtr-hostname>` (e.g., `docker login
|
||||
|
@ -122,7 +122,7 @@ your DTR registry by adding it to the command:
|
|||
## Next Steps
|
||||
|
||||
For information on administering DTR, take a look at the
|
||||
[Administrator's Guide](adminguide.md).
|
||||
[Administrator's Guide]({{< relref "adminguide.md" >}}).
|
||||
|
||||
|
||||
<!--TODO:
|
||||
|
|
Loading…
Reference in New Issue