1
0
mirror of https://github.com/docker/cli.git synced 2025-07-30 17:03:07 +03:00

add a section to each volume page

Signed-off-by: ozlerhakan <hakan.ozler@kodcu.com>
This commit is contained in:
ozlerhakan
2016-02-18 21:52:15 +02:00
committed by Tibor Vass
parent 65c94a34be
commit 79a3c42030
4 changed files with 29 additions and 1 deletions

View File

@ -48,3 +48,10 @@ These options are passed directly to the volume driver. Options for
different volume drivers may do different things (or nothing at all).
*Note*: The built-in `local` volume driver does not currently accept any options.
## Related information
* [volume inspect](volume_inspect.md)
* [volume ls](volume_ls.md)
* [volume rm](volume_rm.md)
* [Understand Data Volumes](../../userguide/containers/dockervolumes.md)