1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

Merge pull request #705 from scipio3000/patch-1

Docs - Typo in volume plugin doc
This commit is contained in:
Sebastiaan van Stijn
2017-11-20 18:55:51 +01:00
committed by GitHub

View File

@@ -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": ""
}
```