Skip to content

Commit

Permalink
Add link to Docker Hub.
Browse files Browse the repository at this point in the history
* To make it consistent with similar references in other parts of document.

Signed-off-by: Charles Chan <[email protected]>
  • Loading branch information
charleswhchan committed Jun 11, 2016
1 parent ec1790d commit 0c3a4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/commandline/pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ MAINTAINER some maintainer <[email protected]>

## 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://`).
Expand Down

0 comments on commit 0c3a4a1

Please sign in to comment.