From 9759475f7f45d7ee3078395f969e06eaf75041ea Mon Sep 17 00:00:00 2001 From: yuexiao-wang Date: Wed, 24 Aug 2016 10:09:33 +0800 Subject: [PATCH] Modify incorrect repository URL Signed-off-by: yuexiao-wang Upstream-commit: ad4efd334962b21f287cf02f2685403ae64a3659 Component: engine --- components/engine/docs/extend/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/extend/plugins.md b/components/engine/docs/extend/plugins.md index cba09f5cd5..fd17441714 100644 --- a/components/engine/docs/extend/plugins.md +++ b/components/engine/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