Merge pull request #25963 from yuexiao-wang/fix-repo

Modify incorrect repository URL
This commit is contained in:
Justin Cormack 2016-08-24 10:57:10 +01:00 коммит произвёл GitHub
Родитель fe125adb0f ad4efd3349
Коммит a110512e38
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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