1
0
mirror of https://github.com/docker/cli.git synced 2026-01-22 03:22:01 +03:00

Merge pull request #23464 from charleswhchan/update-pull-commandline-doc

Add link to Docker Hub.
Upstream-commit: c9b1ec542448ea5dea741d9830cc3309c623d80d
Component: engine
This commit is contained in:
Vincent Demeester
2016-06-12 00:18:44 +02:00
committed by GitHub

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