Add link to Docker Hub.

* To make it consistent with similar references in other parts of document.

Signed-off-by: Charles Chan <charleswhchan@users.noreply.github.com>
Upstream-commit: 0c3a4a1fcdbb4b7e14292a871dec4bf6828ae57c
Component: engine
This commit is contained in:
Charles Chan
2016-06-11 14:31:53 -07:00
parent b3cd08e4c9
commit 517b0cb220

View File

@ -162,7 +162,7 @@ MAINTAINER some maintainer <maintainer@example.com>
## Pulling from a different registry
By default, `docker pull` pulls images from Docker Hub. It is also possible to
By default, `docker pull` pulls images from [Docker Hub](https://hub.docker.com). It is also possible to
manually specify the path of a registry to pull from. For example, if you have
set up a local registry, you can specify its path to pull from it. A registry
path is similar to a URL, but does not contain a protocol specifier (`https://`).