Modify incorrect repository URL

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
Upstream-commit: ad4efd334962b21f287cf02f2685403ae64a3659
Component: engine
This commit is contained in:
yuexiao-wang
2016-08-24 10:09:33 +08:00
parent 6f1ee045aa
commit 9759475f7f

View File

@ -201,7 +201,7 @@ created from a Dockerfile as follows:
the plugin._
```bash
$ git clone github.com/vieux/docker-volume-sshfs
$ git clone https://github.com/vieux/docker-volume-sshfs
$ cd docker-volume-sshfs
$ docker build -t rootfs .
$ id=$(docker create rootfs true) # id was cd851ce43a403 when the image was created