fixed word network on volume_ls.md

Signed-off-by: Hernan Garcia <hernandanielg@gmail.com>
master
Hernan Garcia 2017-07-24 05:14:39 -05:00
parent 1338f11ee7
commit f5bca7af10
1 changed files with 5 additions and 5 deletions

View File

@ -168,11 +168,11 @@ Valid placeholders for the Go template are listed below:
Placeholder | Description Placeholder | Description
--------------|------------------------------------------------------------------------------------------ --------------|------------------------------------------------------------------------------------------
`.Name` | Network name `.Name` | Volume name
`.Driver` | Network driver `.Driver` | Volume driver
`.Scope` | Network scope (local, global) `.Scope` | Volume scope (local, global)
`.Mountpoint` | Whether the network is internal or not. `.Mountpoint` | The mount point of the volume on the host
`.Labels` | All labels assigned to the volume. `.Labels` | All labels assigned to the volume
`.Label` | Value of a specific label for this volume. For example `{{.Label "project.version"}}` `.Label` | Value of a specific label for this volume. For example `{{.Label "project.version"}}`
When using the `--format` option, the `volume ls` command will either When using the `--format` option, the `volume ls` command will either