mirror of https://github.com/docker/docs.git
Merge pull request #1110 from joaofnfernandes/broken-links
Updates broken links for #1068
This commit is contained in:
commit
9c87f82b0f
|
@ -225,7 +225,7 @@ starting at Beta 31](images/settings-advanced-beta.png)
|
|||
|
||||
As an alternative to using [Docker Hub](https://hub.docker.com/) to store your
|
||||
public or private images or [Docker Trusted
|
||||
Registry](/docker-trusted-registry/overview/), you can use Docker to set up your
|
||||
Registry](/datacenter/dtr/2.1/index.md), you can use Docker to set up your
|
||||
own insecure [registry](/registry/introduction/). Add URLs for insecure
|
||||
registries and registry mirrors on which to host your images. (See also, [How do
|
||||
I add custom CA certificates?](faqs.md#how-do-i-add-custom-ca-certificates) in
|
||||
|
|
|
@ -567,7 +567,7 @@ Also starting with with Beta 34, you can set up your own
|
|||
|
||||
As an alternative to using [Docker Hub](https://hub.docker.com/) to store your
|
||||
public or private images or [Docker Trusted
|
||||
Registry](/docker-trusted-registry/overview/), you can use Docker to set up your
|
||||
Registry](/datacenter/dtr/2.1/index.md), you can use Docker to set up your
|
||||
own insecure [registry](/registry/introduction/). Add URLs for insecure
|
||||
registries and registry mirrors on which to host your images. (See also, [How do
|
||||
I add custom CA certificates?](faqs.md#how-do-i-add-custom-ca-certificates) in
|
||||
|
|
|
@ -31,7 +31,7 @@ different tagged versions. For example, the image `distribution/registry`, with
|
|||
tags `2.0` and `latest`. Users interact with a registry by using docker push and
|
||||
pull commands such as, `docker pull myregistry.com/stevvooe/batman:voice`.
|
||||
|
||||
The Docker Hub has its own registry which, like the Hub itself, is run and managed by Docker. However, there are other ways to obtain a registry. You can purchase the [Docker Trusted Registry](/docker-trusted-registry) product to run on your company's network. Alternatively, you can use the Docker Registry component to build a private registry. For information about using a registry, see overview for the [Docker Registry](/registry).
|
||||
The Docker Hub has its own registry which, like the Hub itself, is run and managed by Docker. However, there are other ways to obtain a registry. You can purchase the [Docker Trusted Registry](/datacenter/dtr/2.1/index.md) product to run on your company's network. Alternatively, you can use the Docker Registry component to build a private registry. For information about using a registry, see overview for the [Docker Registry](/registry).
|
||||
|
||||
|
||||
## Content Trust
|
||||
|
@ -45,4 +45,4 @@ publisher of all the data received from a registry over any channel.
|
|||
|
||||
[Content trust](../../security/trust/index.md) is currently only available for users of the
|
||||
public Docker Hub. It is currently not available for the Docker Trusted Registry
|
||||
or for private registries.
|
||||
or for private registries.
|
||||
|
|
|
@ -28,7 +28,7 @@ free-to-use, hosted Registry, plus additional features (organization accounts,
|
|||
automated builds, and more).
|
||||
|
||||
Users looking for a commercially supported version of the Registry should look
|
||||
into [Docker Trusted Registry](/docker-trusted-registry/overview/).
|
||||
into [Docker Trusted Registry](/datacenter/dtr/2.1/index.md).
|
||||
|
||||
## Requirements
|
||||
|
||||
|
@ -66,4 +66,4 @@ Now stop your registry and remove all data
|
|||
|
||||
You should now read the [detailed introduction about the
|
||||
registry](introduction.md), or jump directly to [deployment
|
||||
instructions](deploying.md).
|
||||
instructions](deploying.md).
|
||||
|
|
Loading…
Reference in New Issue