Merge pull request #375 from hernandanielg/doc/fix_volume_ls

fixed word network on volume_ls.md
This commit is contained in:
Sebastiaan van Stijn 2017-07-25 03:05:37 +02:00 committed by GitHub
commit 7cf9e752d5
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