Procházet zdrojové kódy

Modify incorrect repository URL

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
yuexiao-wang před 9 roky
rodič
revize
ad4efd3349
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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._
 the plugin._
 
 
 ```bash
 ```bash
-$ git clone github.com/vieux/docker-volume-sshfs
+$ git clone https://github.com/vieux/docker-volume-sshfs
 $ cd docker-volume-sshfs
 $ cd docker-volume-sshfs
 $ docker build -t rootfs .
 $ docker build -t rootfs .
 $ id=$(docker create rootfs true) # id was cd851ce43a403 when the image was created
 $ id=$(docker create rootfs true) # id was cd851ce43a403 when the image was created