소스 검색

Modify incorrect repository URL

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
yuexiao-wang 9 년 전
부모
커밋
ad4efd3349
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/extend/plugins.md

+ 1 - 1
docs/extend/plugins.md

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