mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Modify incorrect repository URL
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
parent
8c5c2842ba
commit
ad4efd3349
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue