소스 검색

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 9 년 전
부모
커밋
0c3a4a1fcd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/reference/commandline/pull.md

+ 1 - 1
docs/reference/commandline/pull.md

@@ -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://`).