mirror of https://github.com/docker/cli.git
Docs - Typo in volume plugin doc
There is a typo in the `plugins_volume.md#volumedriverpath` section. The `/VolumeDriver.Path` response (v1) should be `Mountpoint`and not `Mountpoin`. Signed-off-by: scipio3000 <gunther@gameslabs.net> Signed-off-by: Günther Jungbluth <gunther@gameslabs.net>
This commit is contained in:
parent
f6395c848c
commit
e575b8e756
|
@ -199,7 +199,7 @@ Request the path to the volume with the given `volume_name`.
|
|||
|
||||
```json
|
||||
{
|
||||
"Mountpoin": "/path/to/directory/on/host",
|
||||
"Mountpoint": "/path/to/directory/on/host",
|
||||
"Err": ""
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue