From a443697846d80d312ca596e7f34caed5c5e62ef2 Mon Sep 17 00:00:00 2001 From: Charles Chan Date: Sat, 11 Jun 2016 14:31:53 -0700 Subject: [PATCH] Add link to Docker Hub. * To make it consistent with similar references in other parts of document. Signed-off-by: Charles Chan --- docs/reference/commandline/pull.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/pull.md b/docs/reference/commandline/pull.md index 0ed3839f4a..01abc9590c 100644 --- a/docs/reference/commandline/pull.md +++ b/docs/reference/commandline/pull.md @@ -162,7 +162,7 @@ MAINTAINER some maintainer ## 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://`).