Skip to content

Commit

Permalink
fixed word network on volume_ls.md
Browse files Browse the repository at this point in the history
Signed-off-by: Hernan Garcia <hernandanielg@gmail.com>
  • Loading branch information
hernandanielg committed Jul 24, 2017
1 parent 1338f11 commit f5bca7a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/reference/commandline/volume_ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,11 @@ Valid placeholders for the Go template are listed below:

Placeholder | Description
--------------|------------------------------------------------------------------------------------------
`.Name` | Network name
`.Driver` | Network driver
`.Scope` | Network scope (local, global)
`.Mountpoint` | Whether the network is internal or not.
`.Labels` | All labels assigned to the volume.
`.Name` | Volume name
`.Driver` | Volume driver
`.Scope` | Volume scope (local, global)
`.Mountpoint` | The mount point of the volume on the host
`.Labels` | All labels assigned to the volume
`.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
Expand Down

0 comments on commit f5bca7a

Please sign in to comment.