mirror of https://github.com/docker/docs.git
Merge pull request #1125 from joaofnfernandes/broken-links
Fixed more broken links
This commit is contained in:
commit
b8b25ddae9
|
@ -202,8 +202,8 @@ existing images and pull them from the registry to a host.
|
|||
[Docker Hub](http://hub.docker.com) is a public Docker
|
||||
registry which serves a huge collection of existing images and allows you to
|
||||
contribute your own. For more information, go to
|
||||
[Docker Registry](/registry/overview/) and
|
||||
[Docker Trusted Registry](/docker-trusted-registry/overview/).
|
||||
[Docker Registry](/registry/index.md) and
|
||||
[Docker Trusted Registry](/datacenter/dtr/2.1/guides/index.md).
|
||||
|
||||
[Docker store](http://store.docker.com) allows you to buy and sell Docker images.
|
||||
For image, you can buy a Docker image containing an application or service from
|
||||
|
@ -305,4 +305,4 @@ technologies such as BSD Jails or Solaris Zones.
|
|||
- Get hands-on experience with the [Get Started With Docker](getstarted/index.md)
|
||||
tutorial.
|
||||
- Check out examples and deep dive topics in the
|
||||
[Docker Engine User Guide](userguide/index.md).
|
||||
[Docker Engine User Guide](userguide/index.md).
|
||||
|
|
|
@ -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](/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).
|
||||
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/guides/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
|
||||
|
|
Loading…
Reference in New Issue