{{ extends "../_layouts/default" }} {{ import "../_modules/pager" }} {{ block script() }} {{ end }} {{ block body() }}

VOLUMES

Create and manage persistent storage that can be attached to containers.

{{range .Volumes}} {{end}}
Name Driver Scope Mount point Action
{{ limit(.Name, 30) }} {{ .Driver }} {{ .Scope }} {{ .Mountpoint }}

{{ yield pager(info=.Pager) }}
{{ end }}