Browse code

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>

Charles Chan authored on 2016/06/12 06:31:53
Showing 1 changed files
... ...
@@ -162,7 +162,7 @@ MAINTAINER some maintainer <maintainer@example.com>
162 162
 
163 163
 ## Pulling from a different registry
164 164
 
165
-By default, `docker pull` pulls images from Docker Hub. It is also possible to
165
+By default, `docker pull` pulls images from [Docker Hub](https://hub.docker.com). It is also possible to
166 166
 manually specify the path of a registry to pull from. For example, if you have
167 167
 set up a local registry, you can specify its path to pull from it. A registry
168 168
 path is similar to a URL, but does not contain a protocol specifier (`https://`).